summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-17 09:25:00 +0000
committerManolo Gouy <Manolo>2016-04-17 09:25:00 +0000
commit16beb869a506107a8286bc225a152766a8a7a798 (patch)
tree38a55bede5fd0fc521e3e56dd32f12b61b68a95b /FL/mac.H
parentbefd771dd68447b00aaf3334a35203dc5df63c72 (diff)
Move Fl_X::gc for Mac platform to the Fl_Cocoa_Window_Driver class
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11638 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/mac.H')
-rw-r--r--FL/mac.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 7359ad5d6..b7e30dfda 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -145,7 +145,6 @@ public:
bool in_windowDidResize(); // is window performing windowDidResize?
void in_windowDidResize(bool); // sets whether window is performing windowDidResize
// Quartz additions:
- CGContextRef gc; // graphics context (NULL when using QD)
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