diff options
| author | Manolo Gouy <Manolo> | 2016-04-15 14:32:13 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-15 14:32:13 +0000 |
| commit | d683841f9f1932f871862096619cff486272528e (patch) | |
| tree | 1b8aeba9351e56612553b95e13c18f6637e228eb /src/drivers/WinAPI/Fl_WinAPI_System_Driver.H | |
| parent | 7508a033c508bb05b315bcb701941f35f8f9a764 (diff) | |
Move the platform-dependent implementations of Fl::paste() to the Fl_System_Driver class.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11615 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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H index d544b239c..2950efa14 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H +++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.H @@ -104,8 +104,10 @@ public: virtual int case_insensitive_filenames() {return 1;} // this one is implemented in Fl_win32.cxx virtual const char *filename_name(const char *buf); - // this one is in Fl_win32.cxx + // this one is implemented in Fl_win32.cxx virtual void copy(const char *stuff, int len, int clipboard, const char *type); + // this one is implemented in Fl_win32.cxx + virtual void paste(Fl_Widget &receiver, int clipboard, const char *type); }; #endif // FL_WINAPI_SYSTEM_DRIVER_H |
