diff options
Diffstat (limited to 'FL/Fl_System_Driver.H')
| -rw-r--r-- | FL/Fl_System_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H index e8fbf239a..32796b386 100644 --- a/FL/Fl_System_Driver.H +++ b/FL/Fl_System_Driver.H @@ -200,6 +200,8 @@ public: virtual void paste(Fl_Widget &receiver, int clipboard, const char *type) {} // implement to support paste-from-clipboard virtual int clipboard_contains(const char *type) {return 0;} + // implement to support paste-from-clipboard + virtual void clipboard_notify_change() {} }; #endif // FL_SYSTEM_DRIVER_H |
