From f9dc24a096d98abf3d3176eee74a759f886c4134 Mon Sep 17 00:00:00 2001 From: engelsman Date: Sun, 21 Sep 2008 18:55:58 +0000 Subject: doxygen comments for undocumented features of Fl_Double_Window git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6338 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Double_Window.H | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'FL') 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);} -- cgit v1.2.3