diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-22 08:16:56 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-22 08:16:56 +0100 |
| commit | 6cc394a39eb4537927bc7d4d7d5959f5d23a9761 (patch) | |
| tree | ba1cf80a24350e57fd77d554349d070fc2739f01 /src/Fl_Screen_Driver.H | |
| parent | ffbc66321c9e69f57c8095f2d4b6e6f9b1b8241e (diff) | |
| parent | f1b00c6637ad5752fa70eb1a8c1ac8ba274210f7 (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'src/Fl_Screen_Driver.H')
| -rw-r--r-- | src/Fl_Screen_Driver.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H index 60ad11dcd..5c08e2af1 100644 --- a/src/Fl_Screen_Driver.H +++ b/src/Fl_Screen_Driver.H @@ -200,11 +200,11 @@ public: // supports Fl_Window::default_icons() virtual void default_icons(const Fl_RGB_Image *icons[], int count); // implement to support copy-to-clipboard - virtual void copy(const char */*stuff*/, int /*len*/, int /*clipboard*/, const char */*type*/) {} + virtual void copy(const char * /*stuff*/, int /*len*/, int /*clipboard*/, const char * /*type*/) {} // implement to support paste-from-clipboard - virtual void paste(Fl_Widget &, int /*clipboard*/, const char */*type*/) {} + virtual void paste(Fl_Widget &, int /*clipboard*/, const char * /*type*/) {} // implement to support paste-from-clipboard - virtual int clipboard_contains(const char */*type*/) {return 0;} + virtual int clipboard_contains(const char * /*type*/) {return 0;} // implement to support paste-from-clipboard virtual void clipboard_notify_change() {} }; |
