Skip to content

Commit

Permalink
Mention in comment that FL_LIBRARY must be defined to access the Fl_X…
Browse files Browse the repository at this point in the history
… class

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Jan 13, 2011
1 parent 172e368 commit 1ef50fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FL/x.H
Expand Up @@ -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;
Expand Down

0 comments on commit 1ef50fc

Please sign in to comment.