diff options
| author | Manolo Gouy <Manolo> | 2015-01-31 15:08:31 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-01-31 15:08:31 +0000 |
| commit | 8887600f5fcd31cf67a38bffee68d2f876cb3b84 (patch) | |
| tree | 0d50b5cd3bfb7dd2e08239fa14598c5687718b9e /FL | |
| parent | 22b4288c23da68338be7a270ffe4ec802c27233e (diff) | |
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
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/mac.H | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
