diff options
| author | Manolo Gouy <Manolo> | 2016-05-09 16:10:54 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-05-09 16:10:54 +0000 |
| commit | cc35e003eb62d088745b0108af6312885648dd2c (patch) | |
| tree | 649935c724dd8a2f301fe5bc743f74221c81a88b /src/gl_start.cxx | |
| parent | 2dacc9a1db09a72a46271e02fb2b329255e5bd47 (diff) | |
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
Diffstat (limited to 'src/gl_start.cxx')
| -rw-r--r-- | src/gl_start.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
