wire: split messages into requests and events
This commit is contained in:
parent
2b35f30ed4
commit
c473d63df3
98 changed files with 495 additions and 486 deletions
|
|
@ -1,14 +1,14 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
request destroy = 0 {
|
||||
}
|
||||
|
||||
msg get_pointer = 1 {
|
||||
request get_pointer = 1 {
|
||||
cursor_shape_device: id(wp_cursor_shape_device_v1),
|
||||
pointer: id(wl_pointer),
|
||||
}
|
||||
|
||||
msg get_tablet_tool_v2 = 2 {
|
||||
request 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