diff options
Diffstat (limited to 'src/gl_start.cxx')
| -rw-r--r-- | src/gl_start.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gl_start.cxx b/src/gl_start.cxx index 18ce99bc9..9a61b7d42 100644 --- a/src/gl_start.cxx +++ b/src/gl_start.cxx @@ -97,9 +97,10 @@ void Fl_Gl_Window_Driver::gl_visual(Fl_Gl_Choice *c) { } #ifdef FL_CFG_GFX_QUARTZ +#include "drivers/Cocoa/Fl_Cocoa_Window_Driver.H" void Fl_Cocoa_Gl_Window_Driver::gl_start() { - GLcontext_update(context); // supports window resizing + Fl_Cocoa_Window_Driver::GLcontext_update(context); // supports window resizing } #endif |
