From 6027f410ed51053485a98991a25f61c2b1666653 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 18 Jun 2011 12:29:49 +0000 Subject: Fixed Windows DLL import of fl_xid() (STR #2670) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8821 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_win32.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index f6fcc6ce5..f002c78f1 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1959,7 +1959,7 @@ Fl_Region XRectangleRegion(int x, int y, int w, int h) { 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; } -- cgit v1.2.3