From 160eb2926d9dad336e37b5e4752fffea0c79bd13 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:42:29 +0100 Subject: Remove usage of __APPLE_QUARTZ__ (#673) --- src/fl_overlay.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); -- cgit v1.2.3