1
0
Fork 0
forked from wry/wry

wayland: implement wp_cursor_shap_manager_v1

This commit is contained in:
Julian Orth 2024-02-08 14:13:18 +01:00
parent af3b7b0868
commit 3acf0558a3
12 changed files with 452 additions and 60 deletions

View file

@ -0,0 +1,9 @@
# requests
msg destroy = 0 {
}
msg set_shape = 1 {
serial: u32,
shape: u32,
}

View file

@ -0,0 +1,14 @@
# requests
msg destroy = 0 {
}
msg get_pointer = 1 {
cursor_shape_device: id(wp_cursor_shape_device_v1),
pointer: id(wl_pointer),
}
msg get_tablet_tool_v2 = 2 {
cursor_shape_device: id(wp_cursor_shape_device_v1),
tablet_tool: id(zwp_tablet_tool_v2),
}

View file

@ -0,0 +1,4 @@
# requests
msg destroy = 1 {
}