summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2026-01-08 10:51:56 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2026-01-08 10:51:56 +0100
commitbc05edd385b8c681a5173bbddb93d074480a179f (patch)
tree112cc9c1428684ddcd8c84a137b486143514a9d3 /src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
parent145d05c365b80779b73f6ca215251ad6708c001a (diff)
Wayland: use the "Cursor shape" protocol - Cont'd
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
index 9b709ee0a..111a5c8e8 100644
--- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
+++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
@@ -1690,6 +1690,7 @@ int Fl_Wayland_Window_Driver::set_cursor(Fl_Cursor c) {
}
if (c == FL_CURSOR_NONE) return 0;
standard_cursor_ = c;
+ Fl_Wayland_Screen_Driver::do_set_cursor(scr_driver->seat, NULL, c);
return 1;
}
#endif // HAVE_CURSOR_SHAPE