From cc35e003eb62d088745b0108af6312885648dd2c Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 9 May 2016 16:10:54 +0000 Subject: Move GL-related member functions from class Fl_Cocoa_Screen_Driver to class Fl_Cocoa_Gl_Window_Driver git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11728 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/gl_start.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gl_start.cxx') diff --git a/src/gl_start.cxx b/src/gl_start.cxx index 9ca2717ef..2cf271111 100644 --- a/src/gl_start.cxx +++ b/src/gl_start.cxx @@ -89,7 +89,7 @@ void Fl_Gl_Window_Driver::gl_visual(Fl_Gl_Choice *c) { #include "drivers/Cocoa/Fl_Cocoa_Screen_Driver.H" void Fl_Cocoa_Gl_Window_Driver::gl_start() { - Fl_Cocoa_Screen_Driver::GLcontext_update(context); // supports window resizing + GLcontext_update(context); // supports window resizing } #endif -- cgit v1.2.3