Mention in comment that FL_LIBRARY must be defined to access the Fl_X class

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2011-01-13 22:00:11 +00:00
parent 172e368434
commit 1ef50fc9c2

4
FL/x.H
View File

@ -137,8 +137,8 @@ private:
extern FL_EXPORT Fl_XFont_On_Demand fl_xfont;
// this object contains all X-specific stuff about a window:
// Warning: this object is highly subject to change! It's definition
// is only here so that fl_xid can be declared inline:
// Warning: this object is highly subject to change!
// FL_LIBRARY must be defined to access this class.
class FL_EXPORT Fl_X {
public:
Window xid;