From 6c3397135367fa0f6b37535bbe267c5a67f72f30 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 15 Feb 2016 17:25:57 +0000 Subject: Restore compilability for the WIN32 platform. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11181 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_win32.cxx | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v1.2.3