diff options
Diffstat (limited to 'src/gl_start.cxx')
| -rw-r--r-- | src/gl_start.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gl_start.cxx b/src/gl_start.cxx index 7e2bee25c..0ea02b1d1 100644 --- a/src/gl_start.cxx +++ b/src/gl_start.cxx @@ -28,6 +28,12 @@ // be erased when the buffers are swapped (when double buffer hardware // is being used) +#if defined(WIN32) || defined(__APPLE__) +#elif defined(FL_PORTING) +# pragma message "FL_PORTING: if possible, add OpenGL rendering in non-OpenGL contexts" +#else +#endif + #include <config.h> #if HAVE_GL |
