summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-17 10:12:42 +0000
committerManolo Gouy <Manolo>2016-04-17 10:12:42 +0000
commita4e5dc0267bf972b5897aec0f167b3e2d9488a8c (patch)
tree5f18230489a8b69d63e883eb75585477056ddb72 /FL/mac.H
parent16beb869a506107a8286bc225a152766a8a7a798 (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/mac.H')
-rw-r--r--FL/mac.H2
1 files changed, 0 insertions, 2 deletions
diff --git a/FL/mac.H b/FL/mac.H
index b7e30dfda..1b39d2a08 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -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);