diff options
Diffstat (limited to 'src/fl_overlay.cxx')
| -rw-r--r-- | src/fl_overlay.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_overlay.cxx b/src/fl_overlay.cxx index 0c2d0db11..a4bacb493 100644 --- a/src/fl_overlay.cxx +++ b/src/fl_overlay.cxx @@ -99,7 +99,7 @@ static void draw_current_rect() { static void erase_current_rect() { #ifdef USE_XOR -# ifdef __APPLE_QUARTZ__ // PORTME: Fl_Window_Driver - platform overlay +# ifdef __APPLE__ // PORTME: Fl_Window_Driver - platform overlay fl_rect(px, py, pw, ph); # else draw_current_rect(); |
