From 8887600f5fcd31cf67a38bffee68d2f876cb3b84 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 31 Jan 2015 15:08:31 +0000 Subject: Improved Mac OS X Fl_Gl_Window resizing: the GL scene was drawn twice at each resize operation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10545 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') diff --git a/FL/mac.H b/FL/mac.H index 9a5e193a5..c12117837 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -156,6 +156,8 @@ public: bool changed_resolution(); // did window just moved to display with another resolution? void changed_resolution(bool);// sets whether window just moved to display with another resolution #endif + 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_fill_context(); // fill a Quartz context with current FLTK state -- cgit v1.2.3