diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-02-03 16:04:06 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-02-03 16:04:06 +0100 |
| commit | 865aed4eec521d21af6c5b9b62f356fe62915ce5 (patch) | |
| tree | 10a7f4fb303a8ca3be22ed5df77ec137ec8bd13f /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | b21a3910a967170c1a022f22ffa8ecb98c308f37 (diff) | |
Wayland: fix setting cursor to FL_NO_CURSOR
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index 29756befe..2b9580863 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -88,7 +88,8 @@ public: static void insertion_point_location(int x, int y, int height); static bool insertion_point_location(int *px, int *py, int *pwidth, int *pheight); static bool own_output(struct wl_output *output); - + static void do_set_cursor(struct Fl_Wayland_Screen_Driver::seat *, + struct wl_cursor *wl_cursor = NULL); // member variables struct wl_cursor *xc_arrow; struct wl_cursor *xc_ns; |
