Skip to content

Commit

Permalink
FL/Fl_Window.H must be included always (not only in the FL_INTERNALS …
Browse files Browse the repository at this point in the history
…part).

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8375 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Feb 5, 2011
1 parent 777ee1b commit e567a23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FL/win32.H
Expand Up @@ -39,6 +39,8 @@ typedef HRGN Fl_Region;
typedef HWND Window;
typedef POINT XPoint;

#include <FL/Fl_Window.H>

// this part is included only when compiling the FLTK library or if requested explicitly
#if defined(FL_LIBRARY) || defined(FL_INTERNALS)

Expand Down Expand Up @@ -67,7 +69,6 @@ inline void XClipBox(Fl_Region r,XRectangle* rect) {
#define XMapWindow(a,b) ShowWindow(b, SW_RESTORE)
#define XUnmapWindow(a,b) ShowWindow(b, SW_HIDE)

#include <FL/Fl_Window.H>
// this object contains all win32-specific stuff about a window:
// Warning: this object is highly subject to change!
class FL_EXPORT Fl_X {
Expand Down

0 comments on commit e567a23

Please sign in to comment.