diff options
Diffstat (limited to 'src/fl_overlay.cxx')
| -rw-r--r-- | src/fl_overlay.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_overlay.cxx b/src/fl_overlay.cxx index e87c2bff2..5962bb1fe 100644 --- a/src/fl_overlay.cxx +++ b/src/fl_overlay.cxx @@ -23,7 +23,7 @@ #include <FL/x.H> #include <FL/fl_draw.H> -#ifdef __APPLE__ +#ifdef __APPLE__ // PORTME: platform overlay #include <config.h> #endif @@ -48,7 +48,7 @@ static void draw_current_rect() { int old = SetROP2(fl_gc, R2_NOT); fl_rect(px, py, pw, ph); SetROP2(fl_gc, old); -# elif defined(__APPLE_QUARTZ__) +# elif defined(__APPLE_QUARTZ__) // PORTME: platform overlay // warning: Quartz does not support xor drawing // Use the Fl_Overlay_Window instead. fl_color(FL_WHITE); @@ -81,7 +81,7 @@ static void draw_current_rect() { static void erase_current_rect() { #ifdef USE_XOR -# ifdef __APPLE_QUARTZ__ +# ifdef __APPLE_QUARTZ__ // PORTME: platform overlay fl_rect(px, py, pw, ph); # else draw_current_rect(); |
