summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Double_Window.H6
1 files changed, 5 insertions, 1 deletions
diff --git a/FL/Fl_Double_Window.H b/FL/Fl_Double_Window.H
index ad858a933..2c8c5ccd4 100644
--- a/FL/Fl_Double_Window.H
+++ b/FL/Fl_Double_Window.H
@@ -49,7 +49,11 @@
class FL_EXPORT Fl_Double_Window : public Fl_Window {
protected:
void flush(int eraseoverlay);
- char force_doublebuffering_; // force db, even if the OS already buffers windows (overlays need that on MacOS and Windows2000)
+ /**
+ Force double buffering, even if the OS already buffers windows
+ (overlays need that on MacOS and Windows2000)
+ */
+ char force_doublebuffering_;
public:
void show();
void show(int a, char **b) {Fl_Window::show(a,b);}