mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 16:46:52 +08:00
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
This commit is contained in:
@@ -346,7 +346,7 @@ with your application use:
|
||||
<UL><PRE>
|
||||
#include "icon.xbm"
|
||||
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user