From 397a3b83bf431e8bd00bbfb3c34ba4813fc55152 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 15 Apr 2016 15:01:27 +0000 Subject: Move platform-dependent implementations of fl_clipboard_notify_changes() to the Fl_System_Driver class git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11617 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_win32.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_win32.cxx') diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 2be565f6b..f830442e2 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -892,7 +892,7 @@ void fl_clipboard_notify_retarget(HWND wnd) { fl_clipboard_notify_target(fl_xid(Fl::first_window())); } -void fl_clipboard_notify_change() { +void Fl_WinAPI_System_Driver::clipboard_notify_change() { // untarget clipboard monitor if no handlers are registered if (clipboard_wnd != NULL && fl_clipboard_notify_empty()) { fl_clipboard_notify_untarget(clipboard_wnd); -- cgit v1.2.3