1
0
Fork 0
forked from wry/wry

wire: derive message id from position

This commit is contained in:
Julian Orth 2024-04-08 12:02:12 +02:00
parent c473d63df3
commit 5e8b69c909
98 changed files with 492 additions and 499 deletions

View file

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