1
0
Fork 0
forked from wry/wry

wayland: add jay_workspace

This commit is contained in:
Julian Orth 2022-07-30 11:22:40 +02:00
parent 53ca7b5b2a
commit 83baa6aadb
10 changed files with 183 additions and 28 deletions

31
wire/jay_workspace.txt Normal file
View file

@ -0,0 +1,31 @@
# requests
msg destroy = 0 {
}
# events
msg linear_id = 0 {
linear_id: u32,
}
msg name = 1 {
name: str,
}
msg destroyed = 2 {
}
msg done = 3 {
}
msg output = 4 {
global_name: u32,
}
msg visible = 5 {
visible: u32,
}