diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-06-18 12:29:49 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-06-18 12:29:49 +0000 |
| commit | 6027f410ed51053485a98991a25f61c2b1666653 (patch) | |
| tree | 6f28c213a6eb0fa1fa7b078bb1a9f7aeac344ded /src | |
| parent | c5784d139da08a19a5275d5886f396711ad4f0a7 (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_win32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
