diff options
| author | Manolo Gouy <Manolo> | 2016-04-15 15:01:27 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-15 15:01:27 +0000 |
| commit | 397a3b83bf431e8bd00bbfb3c34ba4813fc55152 (patch) | |
| tree | 85d8b85021bd302aec804baa537168c441f4a701 /src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | |
| parent | b1f8f3e2aa377e5ef15f47a36f159b8f48cc5cef (diff) | |
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
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_System_Driver.H')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H index 0fe3d9b94..ce6a9d5c0 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H @@ -110,6 +110,8 @@ public: virtual void paste(Fl_Widget &receiver, int clipboard, const char *type); // this one is implemented in Fl_win32.cxx virtual int clipboard_contains(const char *type); + // this one is implemented in Fl_win32.cxx + virtual void clipboard_notify_change(); }; #endif // FL_WINAPI_SYSTEM_DRIVER_H |
