diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2026-01-08 10:51:56 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2026-01-08 10:51:56 +0100 |
| commit | bc05edd385b8c681a5173bbddb93d074480a179f (patch) | |
| tree | 112cc9c1428684ddcd8c84a137b486143514a9d3 /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | 145d05c365b80779b73f6ca215251ad6708c001a (diff) | |
Wayland: use the "Cursor shape" protocol - Cont'd
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index 8ef7a1e10..83efd79a3 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -95,7 +95,7 @@ public: 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); + struct wl_cursor *wl_cursor = NULL, Fl_Cursor c = FL_CURSOR_NONE); // member variables struct wl_cursor *xc_cursor[cursor_count]; // one for each element of enum cursor_shapes struct wl_registry *wl_registry; |
