wayland: add jay_workspace
This commit is contained in:
parent
53ca7b5b2a
commit
83baa6aadb
10 changed files with 183 additions and 28 deletions
31
wire/jay_workspace.txt
Normal file
31
wire/jay_workspace.txt
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue