1
0
Fork 0
forked from wry/wry

autocommit 2022-02-21 23:21:13 CET

This commit is contained in:
Julian Orth 2022-02-21 23:21:13 +01:00
parent 1cbc7a6445
commit 145d1c15b7
31 changed files with 1455 additions and 252 deletions

25
wire/zxdg_output_v1.txt Normal file
View file

@ -0,0 +1,25 @@
# requests
msg destroy = 0 { }
# events
msg logical_position = 0 {
x: i32,
y: i32,
}
msg logical_size = 1 {
width: i32,
height: i32,
}
msg done = 2 { }
msg name = 3 {
name: str,
}
msg description = 4 {
description: str,
}