diff options
Diffstat (limited to 'FL')
| -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 ca5145108..e8fbf239a 100644 --- a/FL/Fl_System_Driver.H +++ b/FL/Fl_System_Driver.H @@ -198,6 +198,8 @@ public: virtual void copy(const char *stuff, int len, int clipboard, const char *type) {} // implement to support paste-from-clipboard 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;} }; #endif // FL_SYSTEM_DRIVER_H |
