summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-06 21:42:29 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-02-06 21:42:40 +0100
commit160eb2926d9dad336e37b5e4752fffea0c79bd13 (patch)
treee33a6015fb647fb263f422568e7c41472b490062 /src
parentf1b2e92f077ca8de4b978e0e27e23f88749500af (diff)
Remove usage of __APPLE_QUARTZ__ (#673)
Diffstat (limited to 'src')
-rw-r--r--src/fl_overlay.cxx2
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();