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,21 +1,21 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
request destroy = 0 {
|
||||
}
|
||||
|
||||
msg set_cursor_position_hint = 1 {
|
||||
request set_cursor_position_hint = 1 {
|
||||
surface_x: fixed,
|
||||
surface_y: fixed,
|
||||
}
|
||||
|
||||
msg set_region = 2 {
|
||||
request set_region = 2 {
|
||||
region: id(wl_region),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg locked = 0 {
|
||||
event locked = 0 {
|
||||
}
|
||||
|
||||
msg unlocked = 1 {
|
||||
event unlocked = 1 {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue