1
0
Fork 0
forked from wry/wry

wayland: add jay_output

This commit is contained in:
Julian Orth 2022-07-30 11:09:21 +02:00
parent 6bc7330989
commit 3e3bc38920
9 changed files with 142 additions and 6 deletions

15
wire/jay_output.txt Normal file
View file

@ -0,0 +1,15 @@
# requests
msg destroy = 0 {
}
# events
msg linear_id = 0 {
linear_id: u32,
}
msg destroyed = 2 {
}