diff options
| author | Manolo Gouy <Manolo> | 2018-11-01 14:34:22 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-11-01 14:34:22 +0000 |
| commit | 3a2439e31c71f827db7b32536974c54fb11b1842 (patch) | |
| tree | 024acb4056e92c619ac0a6b54d164c96d7f3751b /src/gl_start.cxx | |
| parent | 6c8115ee9b30a89724df122c0af20c24ac6cfe52 (diff) | |
MacOS Mojave: restore use of gl_start()/gl_finish()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13105 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 9a61b7d42..c1e86107c 100644 --- a/src/gl_start.cxx +++ b/src/gl_start.cxx @@ -100,7 +100,7 @@ void Fl_Gl_Window_Driver::gl_visual(Fl_Gl_Choice *c) { #include "drivers/Cocoa/Fl_Cocoa_Window_Driver.H" void Fl_Cocoa_Gl_Window_Driver::gl_start() { - Fl_Cocoa_Window_Driver::GLcontext_update(context); // supports window resizing + Fl_Cocoa_Window_Driver::gl_start(context); } #endif |
