summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2014-10-29 20:25:46 +0000
committerLauri Kasanen <cand@gmx.com>2014-10-29 20:25:46 +0000
commit7149b58b9c1408a5a061407f5146280faa5f2aea (patch)
treec10f37dee7315ed07559c477ea3f991a5ada0e59 /src
parent832a23ba63c9a4fb4a47fa5f9b0ee100790f842f (diff)
Export fl_xid_
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10412 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_x.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index 7c4579c27..8e7100b94 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -2945,7 +2945,7 @@ void Fl_Window::make_current() {
#endif
}
-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;
}