Fixed Typo in Documentation (STR #1399)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5345 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2006-08-23 11:36:46 +00:00
parent b179cc108a
commit 3bd03e7f18

View File

@ -371,7 +371,7 @@ should be used as follows:
#include <X11/xpm.h>
#include "icon.xpm"
fl_opendisplay(); // needed if display has not been previously opened
fl_open_display(); // needed if display has not been previously opened
Pixmap p, mask;