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,19 +1,19 @@
|
|||
# requests
|
||||
|
||||
msg get_status = 0 {
|
||||
request get_status = 0 {
|
||||
}
|
||||
|
||||
msg set_interval = 1 {
|
||||
request set_interval = 1 {
|
||||
interval: pod(u64),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg interval = 0 {
|
||||
event interval = 0 {
|
||||
interval: pod(u64),
|
||||
}
|
||||
|
||||
msg inhibitor = 1 {
|
||||
event inhibitor = 1 {
|
||||
surface: id(wl_surface),
|
||||
client_id: pod(u64),
|
||||
pid: pod(u64),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue