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/drivers/X11/Fl_X11_System_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/drivers/X11/Fl_X11_System_Driver.H') diff --git a/src/drivers/X11/Fl_X11_System_Driver.H b/src/drivers/X11/Fl_X11_System_Driver.H index 920b1ad0a..085dc1790 100644 --- a/src/drivers/X11/Fl_X11_System_Driver.H +++ b/src/drivers/X11/Fl_X11_System_Driver.H @@ -53,6 +53,8 @@ public: virtual void paste(Fl_Widget &receiver, int clipboard, const char *type); // this one is in Fl_x.cxx virtual int clipboard_contains(const char *type); + // this one is in Fl_x.cxx + virtual void clipboard_notify_change(); }; #endif /* FL_X11_SYSTEM_DRIVER_H */ -- cgit v1.2.3