diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 1b674c4b3..1310c0a8d 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -83,6 +83,9 @@ for async mode proper operation, not mentioning the side effects... */ +// make this available on all platforms to make code maintainability easier +class Fl_Widget *fl_selection_requestor; + // Internal functions static void fl_clipboard_notify_target(HWND wnd); static void fl_clipboard_notify_untarget(HWND wnd);