diff options
Diffstat (limited to 'src/fl_vertex.cxx')
| -rw-r--r-- | src/fl_vertex.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx index 80f76d3e7..5ff5f644e 100644 --- a/src/fl_vertex.cxx +++ b/src/fl_vertex.cxx @@ -146,6 +146,10 @@ void Fl_Graphics_Driver::fixloop() { // remove equal points from closed path // ----------------------------------------------------------------------------- +// 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 graphics driver "drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx" @@ -173,6 +177,10 @@ void Fl_Graphics_Driver::fixloop() { // remove equal points from closed path // ----------------------------------------------------------------------------- +#endif // FL_LIBRARY_CMAKE + +// ----------------------------------------------------------------------------- + // // End of "$Id$". |
