diff options
| author | Manolo Gouy <Manolo> | 2016-04-17 10:12:42 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-17 10:12:42 +0000 |
| commit | a4e5dc0267bf972b5897aec0f167b3e2d9488a8c (patch) | |
| tree | 5f18230489a8b69d63e883eb75585477056ddb72 /FL | |
| parent | 16beb869a506107a8286bc225a152766a8a7a798 (diff) | |
Move q_release_context() from class Fl_X to class Fl_Cocoa_Window_Driver
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11639 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/mac.H | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -144,8 +144,6 @@ public: void changed_resolution(bool);// sets whether window just moved to display with another resolution bool in_windowDidResize(); // is window performing windowDidResize? void in_windowDidResize(bool); // sets whether window is performing windowDidResize - // Quartz additions: - static void q_release_context(Fl_X *x=0); // free all resources associated with gc // Cocoa additions static NSOpenGLPixelFormat *mode_to_NSOpenGLPixelFormat(int mode, const int*); // computes NSOpenGLPixelFormat from Gl window's mode static NSOpenGLContext* create_GLcontext_for_window(NSOpenGLPixelFormat *pixelformat, NSOpenGLContext *shared_ctx, Fl_Window *window); |
