1
0
Fork 0
forked from wry/wry

wire: derive message id from position

This commit is contained in:
Julian Orth 2024-04-08 12:02:12 +02:00
parent c473d63df3
commit 5e8b69c909
98 changed files with 492 additions and 499 deletions

View file

@ -1,17 +1,17 @@
# requests
request destroy = 0 {
request destroy {
}
request add = 1 {
request add {
x: i32,
y: i32,
width: i32,
height: i32,
}
request subtract = 2 {
request subtract {
x: i32,
y: i32,
width: i32,