diff options
| author | Manolo Gouy <Manolo> | 2018-10-31 12:45:51 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-10-31 12:45:51 +0000 |
| commit | 6c8115ee9b30a89724df122c0af20c24ac6cfe52 (patch) | |
| tree | e9142b3a91954f2ca61c3a49fb855af7f6198909 /src/Fl_Gl_Window_Driver.H | |
| parent | 22bcc7b4cacee37be4e0559c84c848d1f6b1daf6 (diff) | |
Remove use of Fl_Gl_Window_Driver.H in file src/Fl_cocoa.mm
Thus, Fl_cocoa.mm is completely independent from code of libfltk_gl.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13104 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Gl_Window_Driver.H')
| -rw-r--r-- | src/Fl_Gl_Window_Driver.H | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Fl_Gl_Window_Driver.H b/src/Fl_Gl_Window_Driver.H index 9ac15b3ae..c0e4e2c6c 100644 --- a/src/Fl_Gl_Window_Driver.H +++ b/src/Fl_Gl_Window_Driver.H @@ -119,13 +119,6 @@ class Fl_Cocoa_Gl_Window_Driver : public Fl_Gl_Window_Driver { virtual void make_overlay_current(); virtual void redraw_overlay(); virtual void gl_start(); - static NSOpenGLContext* create_GLcontext_for_window(NSOpenGLPixelFormat *pixelformat, NSOpenGLContext *shared_ctx, Fl_Window *window); - static NSOpenGLPixelFormat *mode_to_NSOpenGLPixelFormat(int mode, const int*); // uses Objective-c - static void GLcontext_update(NSOpenGLContext*); // uses Objective-c - static void GLcontext_release(NSOpenGLContext*); // uses Objective-c - static void flush_context(NSOpenGLContext*); // uses Objective-c - static void GLcontext_makecurrent(NSOpenGLContext*); // uses Objective-c - static void GL_cleardrawable(void); // uses Objective-c virtual char *alpha_mask_for_string(const char *str, int n, int w, int h); }; #endif // FL_CFG_GFX_QUARTZ |
