From da66e21e1d5826639da2b8d3bd5ccd27920a4aad Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 29 Sep 2022 09:39:21 +0200 Subject: Support of FLTK widgets in OpenGL 3 windows - cont'd. This commit allows to switch between FL_DOUBLE / FL_SINGLE modes in widget-containing GL3 windows. Demo program examples/OpenGL3test is modified to show FLTK widgets even if the platform does not support OpenGL 3. --- src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drivers') diff --git a/src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.cxx b/src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.cxx index bb4c53df1..3ee281b37 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.cxx +++ b/src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.cxx @@ -27,7 +27,6 @@ #include #include -extern void gl_texture_reset(); #ifdef __OBJC__ @class NSOpenGLPixelFormat; -- cgit v1.2.3