summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-05 12:28:21 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-05 12:28:21 +0100
commitc2c77956145e7cacb9a3c18ca019ff316f56fa03 (patch)
tree3ede17a00e613a37ac5749785dfeccb842aa4b46 /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
parentf5ad1d25458681907cdb6f05008fe3ea4e06c0db (diff)
Rename Fl_wayland.cxx to fl_wayland_clipboard_dnd.cxx
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
index ce10884c5..0ce25734f 100644
--- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
@@ -150,11 +150,11 @@ public:
virtual int has_marked_text() const;
static int next_marked_length; // next length of marked text after current marked text will have been replaced
// --- clipboard operations
- // this one is in Fl_wayland.cxx
+ // this one is in fl_wayland_clipboard_dnd.cxx
virtual void copy(const char *stuff, int len, int clipboard, const char *type);
- // this one is in Fl_wayland.cxx
+ // this one is in fl_wayland_clipboard_dnd.cxx
virtual void paste(Fl_Widget &receiver, int clipboard, const char *type);
- // this one is in Fl_wayland.cxx
+ // this one is in fl_wayland_clipboard_dnd.cxx
virtual int clipboard_contains(const char *type);
// --- Wayland-special
void set_cursor();