summaryrefslogtreecommitdiff
path: root/FL/Fl_Double_Window.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-06 21:33:07 +0000
committerManolo Gouy <Manolo>2016-03-06 21:33:07 +0000
commitacfeee6d78fd8d6b5bfeb094a09241885af143fc (patch)
tree878f2d6db08935efe4e0709c8f12139e2233f469 /FL/Fl_Double_Window.H
parent7e2dc9daf53c9a9d95b59505491df77daa3f1fc4 (diff)
New, driver-based Fl_Double_Window implementation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11303 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Double_Window.H')
-rw-r--r--FL/Fl_Double_Window.H6
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);}