summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-09-24 06:21:37 +0000
committerManolo Gouy <Manolo>2016-09-24 06:21:37 +0000
commitb3c16b49113529a6ab9c42df8f237edc0c6352f9 (patch)
tree37416ec8e30c353f235c2cc27ffd39710e312461 /src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx
parentcccb475fa8feffba1e89aca8638d77fd8ac33adf (diff)
Mac OS platform: restore usability with SDK 10.3 and 10.4
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11973 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx')
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx
index fd31e7030..4dd21f587 100644
--- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx
+++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx
@@ -40,8 +40,9 @@ Fl_Graphics_Driver *Fl_Graphics_Driver::newMainGraphicsDriver()
#endif // HAS_ATSU
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
return new Fl_CoreText_Graphics_Driver();
-#endif
+#else
return NULL; // should not happen
+#endif
}
char Fl_Quartz_Graphics_Driver::can_do_alpha_blending() {