summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2004-08-27 20:02:45 +0000
committerMatthias Melcher <fltk@matthiasm.com>2004-08-27 20:02:45 +0000
commitbc704ad62fb5883469922b1d42142d71f3555fd8 (patch)
tree48acf653995f40fe0c64b310b481937d2d809c94 /src/Fl.cxx
parent93798e2f8380067061b3ea2dc047e0a704bd128d (diff)
Quartz:
- made multiple contexts for windows, popups and menus work - still missing: double buffer handling git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3793 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index a5b0b8f7e..251aeba1a 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl.cxx,v 1.24.2.41.2.64 2004/08/26 00:18:42 matthiaswm Exp $"
+// "$Id: Fl.cxx,v 1.24.2.41.2.65 2004/08/27 20:02:44 matthiaswm Exp $"
//
// Main event handling code for the Fast Light Tool Kit (FLTK).
//
@@ -798,6 +798,7 @@ void Fl_Window::hide() {
fl_window = 0;
#elif defined(__APPLE_QUARTZ__)
# warning quartz
+ Fl_X::q_release_context(ip);
if ( ip->xid == fl_window )
fl_window = 0;
#else
@@ -1027,5 +1028,5 @@ void Fl_Window::flush() {
}
//
-// End of "$Id: Fl.cxx,v 1.24.2.41.2.64 2004/08/26 00:18:42 matthiaswm Exp $".
+// End of "$Id: Fl.cxx,v 1.24.2.41.2.65 2004/08/27 20:02:44 matthiaswm Exp $".
//