mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Implement cursor-shape-v1 protocol
This protocol allows Wayland clients to request a buffer for a cursor shape from a compositor. Tested with foot.
This commit is contained in:
parent
b0de3d9ded
commit
1a20ce584c
3 changed files with 45 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ struct seat {
|
|||
struct wl_listener swipe_end;
|
||||
|
||||
struct wl_listener request_cursor;
|
||||
struct wl_listener request_set_shape;
|
||||
struct wl_listener request_set_selection;
|
||||
struct wl_listener request_set_primary_selection;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue