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,10 +1,10 @@
|
|||
# requests
|
||||
|
||||
msg create_data_source = 0 {
|
||||
request create_data_source = 0 {
|
||||
id: id(wl_data_source),
|
||||
}
|
||||
|
||||
msg get_data_device = 1 {
|
||||
request get_data_device = 1 {
|
||||
id: id(wl_data_device),
|
||||
seat: id(wl_seat),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue