summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-10-18 20:29:58 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-10-18 20:29:58 +0000
commitca005c406787c5ccf5c0cf0bc5275ea7a6ed1ba7 (patch)
tree6fd57f91d74a0255ec28d5026074a1f0b8daf4f1 /documentation
parentbf910884ccd3b3fb0655799feee83adcbc35a3a9 (diff)
Documentation updates (STR #568)
More CMake updates (STR #499) The Watcom C++ compiler needed a small change (STR #567) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3869 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/osissues.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/osissues.html b/documentation/osissues.html
index 045921bbf..4701c6790 100644
--- a/documentation/osissues.html
+++ b/documentation/osissues.html
@@ -346,7 +346,7 @@ with your application use:
<UL><PRE>
#include &quot;icon.xbm&quot;
-fl_opendisplay(); // needed if display has not been previously opened
+fl_open_display(); // needed if display has not been previously opened
Pixmap p = XCreateBitmapFromData(fl_display, DefaultRootWindow(fl_display),
icon_bits, icon_width, icon_height);