summaryrefslogtreecommitdiff
path: root/FL/Fl_Double_Window.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Double_Window.H')
-rw-r--r--FL/Fl_Double_Window.H6
1 files changed, 2 insertions, 4 deletions
diff --git a/FL/Fl_Double_Window.H b/FL/Fl_Double_Window.H
index 5aac830f4..afca356db 100644
--- a/FL/Fl_Double_Window.H
+++ b/FL/Fl_Double_Window.H
@@ -37,11 +37,9 @@
copy it to the on-screen window.
<P>It is highly recommended that you put the following code before the
first show() of <I>any</I> window in your program: </P>
- <UL>
- <PRE>
+ \code
Fl::visual(FL_DOUBLE|FL_INDEX)
- </PRE>
- </UL>
+ \endcode
This makes sure you can use Xdbe on servers where double buffering
does not exist for every visual.
*/