Author: AlbrechtS
Date: 2011-06-18 05:29:49 -0700 (Sat, 18 Jun 2011)
New Revision: 8821
Log:
Fixed Windows DLL import of fl_xid() (STR #2670)


Modified:
   branches/branch-1.3/CHANGES
   branches/branch-1.3/src/Fl_win32.cxx

Modified: branches/branch-1.3/CHANGES
===================================================================
--- branches/branch-1.3/CHANGES 2011-06-18 08:36:16 UTC (rev 8820)
+++ branches/branch-1.3/CHANGES 2011-06-18 12:29:49 UTC (rev 8821)
@@ -1,4 +1,8 @@
 
+CHANGES IN FLTK 1.3.1
+
+       - Fixed Windows DLL import of fl_xid() (STR #2670)
+
 CHANGES IN FLTK 1.3.0
 
          New Features

Modified: branches/branch-1.3/src/Fl_win32.cxx
===================================================================
--- branches/branch-1.3/src/Fl_win32.cxx        2011-06-18 08:36:16 UTC (rev 
8820)
+++ branches/branch-1.3/src/Fl_win32.cxx        2011-06-18 12:29:49 UTC (rev 
8821)
@@ -1959,7 +1959,7 @@
   return CreatePolygonRgn(pt, 4, ALTERNATE);
 }
 
-Window fl_xid_(const Fl_Window *w) {
+FL_EXPORT Window fl_xid_(const Fl_Window *w) {
   Fl_X *temp = Fl_X::i(w); 
   return temp ? temp->xid : 0;
 }

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

Reply via email to