diff options
Diffstat (limited to 'src/fl_rect.cxx')
| -rw-r--r-- | src/fl_rect.cxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index 5530ccfbb..44b303f83 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -64,6 +64,11 @@ Fl_Region Fl_Graphics_Driver::clip_region() { } +// ----------------------------------------------------------------------------- +// Remove #ifndef FL_LIBRARY_CMAKE and the entire block of #include +// statements when the new build system is ready: +#ifndef FL_LIBRARY_CMAKE +// ----------------------------------------------------------------------------- // Apple Quartz driver in "drivers/Quartz/Fl_Quartz_Graphics_Driver_rect.cxx" @@ -87,6 +92,10 @@ Fl_Region Fl_Graphics_Driver::clip_region() { #endif +// ----------------------------------------------------------------------------- +#endif // FL_LIBRARY_CMAKE +// ----------------------------------------------------------------------------- + // // End of "$Id$". |
