diff options
Diffstat (limited to 'FL/Fl_Double_Window.H')
| -rw-r--r-- | FL/Fl_Double_Window.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Double_Window.H b/FL/Fl_Double_Window.H index e4ef883f5..46dd106f2 100644 --- a/FL/Fl_Double_Window.H +++ b/FL/Fl_Double_Window.H @@ -40,11 +40,11 @@ class FL_EXPORT Fl_Double_Window : public Fl_Window { protected: void flush(int eraseoverlay); +public: /** - Force double buffering, even if the OS already buffers windows - (overlays need that on MacOS and Windows2000) + Return non-null if this is an Fl_Overlay_Window object. */ - char force_doublebuffering_; + virtual Fl_Double_Window *as_overlay_window() {return NULL; } public: void show(); void show(int a, char **b) {Fl_Window::show(a,b);} |
