diff options
| author | Manolo Gouy <Manolo> | 2016-09-24 06:21:37 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-09-24 06:21:37 +0000 |
| commit | b3c16b49113529a6ab9c42df8f237edc0c6352f9 (patch) | |
| tree | 37416ec8e30c353f235c2cc27ffd39710e312461 /src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx | |
| parent | cccb475fa8feffba1e89aca8638d77fd8ac33adf (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.cxx | 3 |
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() { |
