summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-02-15 17:25:57 +0000
committerManolo Gouy <Manolo>2016-02-15 17:25:57 +0000
commit6c3397135367fa0f6b37535bbe267c5a67f72f30 (patch)
tree599f1b2699172b8568735c3b12d0b6511b37448d
parent88f20cfd15237f150a4cb97bce5cd64b7a81a572 (diff)
Restore compilability for the WIN32 platform.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11181 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_win32.cxx3
1 files changed, 3 insertions, 0 deletions
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);