wire: split messages into requests and events

This commit is contained in:
Julian Orth 2024-04-08 11:56:26 +02:00
parent 2b35f30ed4
commit c473d63df3
98 changed files with 495 additions and 486 deletions

View file

@ -1,16 +1,16 @@
# requests
msg destroy = 0 {
request destroy = 0 {
}
msg set_source = 1 {
request set_source = 1 {
x: fixed,
y: fixed,
width: fixed,
height: fixed,
}
msg set_destination = 2 {
request set_destination = 2 {
width: i32,
height: i32,
}