diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-09-14 08:53:45 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-09-14 08:53:45 +0200 |
| commit | 700fb1aadd86f6fc81f4acccfe44dd539f487c57 (patch) | |
| tree | 8457c2c855f59c680885755ba981d59aee62893b /src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.H | |
| parent | f265ca2afc52c5b9fcd7494ac182278ad92f6939 (diff) | |
Improve virtual void* Fl_Gl_Window_Driver::GetProcAddress(procName)
Diffstat (limited to 'src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.H')
| -rw-r--r-- | src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.H b/src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.H index 9a3d06086..1f0332103 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.H +++ b/src/drivers/Cocoa/Fl_Cocoa_Gl_Window_Driver.H @@ -42,6 +42,7 @@ class Fl_Cocoa_Gl_Window_Driver : public Fl_Gl_Window_Driver { virtual char *alpha_mask_for_string(const char *str, int n, int w, int h, Fl_Fontsize fs); virtual Fl_RGB_Image* capture_gl_rectangle(int x, int y, int w, int h); virtual bool need_scissor() { return true; } + virtual void* GetProcAddress(const char *procName); void apply_scissor(); }; |
