Author: AlbrechtS
Date: 2011-02-05 08:55:04 -0800 (Sat, 05 Feb 2011)
New Revision: 8375
Log:
FL/Fl_Window.H must be included always (not only in the FL_INTERNALS part).


Modified:
   branches/branch-1.3/FL/win32.H

Modified: branches/branch-1.3/FL/win32.H
===================================================================
--- branches/branch-1.3/FL/win32.H      2011-02-05 13:54:56 UTC (rev 8374)
+++ branches/branch-1.3/FL/win32.H      2011-02-05 16:55:04 UTC (rev 8375)
@@ -39,6 +39,8 @@
 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) 
 
@@ -67,7 +69,6 @@
 #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 {

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to