diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
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; } |
