wayland: implement wp_cursor_shap_manager_v1
This commit is contained in:
parent
af3b7b0868
commit
3acf0558a3
12 changed files with 452 additions and 60 deletions
14
wire/wp_cursor_shape_manager_v1.txt
Normal file
14
wire/wp_cursor_shape_manager_v1.txt
Normal 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),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue