diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-04-07 09:09:33 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-04-07 09:09:33 +0200 |
| commit | c66caf5dce9331fd3e011873711a768adb28cf9d (patch) | |
| tree | 20a0be9cad0737a97da2ddadf497268f52415ab5 /src/Fl_Gl_Window_Driver.H | |
| parent | cc955d27a09ef834d94ad798458093463e486dfd (diff) | |
Simpler implementation of Fl_Cocoa_Window_Driver::resize()
Diffstat (limited to 'src/Fl_Gl_Window_Driver.H')
| -rw-r--r-- | src/Fl_Gl_Window_Driver.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_Gl_Window_Driver.H b/src/Fl_Gl_Window_Driver.H index c0e4e2c6c..2b1875596 100644 --- a/src/Fl_Gl_Window_Driver.H +++ b/src/Fl_Gl_Window_Driver.H @@ -110,7 +110,6 @@ class Fl_Cocoa_Gl_Window_Driver : public Fl_Gl_Window_Driver { virtual int mode_(int m, const int *a); virtual void make_current_before(); virtual void swap_buffers(); - virtual void resize(int is_a_resize, int w, int h); virtual char swap_type(); virtual Fl_Gl_Choice *find(int m, const int *alistp); virtual GLContext create_gl_context(Fl_Window* window, const Fl_Gl_Choice* g, int layer = 0); |
