mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Handle set_cursor requests from clients
Allow clients to set a custom cursor if they have the seat's pointer focus.
This commit is contained in:
parent
2d46050281
commit
6c9d67b105
2 changed files with 43 additions and 8 deletions
|
|
@ -9,6 +9,7 @@ struct sway_cursor {
|
|||
struct wlr_xcursor_manager *xcursor_manager;
|
||||
|
||||
double x, y;
|
||||
struct wl_client *image_client;
|
||||
|
||||
struct wl_listener motion;
|
||||
struct wl_listener motion_absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue