diff options
| author | Manolo Gouy <Manolo> | 2016-04-15 14:49:46 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-15 14:49:46 +0000 |
| commit | b1f8f3e2aa377e5ef15f47a36f159b8f48cc5cef (patch) | |
| tree | 98e955d94082c4d1278aa7264b774780882fbaa8 /FL/Fl_System_Driver.H | |
| parent | d683841f9f1932f871862096619cff486272528e (diff) | |
Move platform-dependent implementations of Fl::clipboard_contains() to the Fl_System_Driver class
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11616 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 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 |
