From e567a23563d551bc509caeb0ebddf79690f97efd Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 5 Feb 2011 16:55:04 +0000 Subject: FL/Fl_Window.H must be included always (not only in the FL_INTERNALS part). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8375 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/win32.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FL/win32.H') diff --git a/FL/win32.H b/FL/win32.H index 702299b17..03646a228 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -39,6 +39,8 @@ typedef HRGN Fl_Region; typedef HWND Window; typedef POINT XPoint; +#include + // this part is included only when compiling the FLTK library or if requested explicitly #if defined(FL_LIBRARY) || defined(FL_INTERNALS) @@ -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 // this object contains all win32-specific stuff about a window: // Warning: this object is highly subject to change! class FL_EXPORT Fl_X { -- cgit v1.2.3