wayland: add jay_workspace_watcher
This commit is contained in:
parent
83baa6aadb
commit
022d8d1db0
9 changed files with 145 additions and 4 deletions
|
|
@ -57,6 +57,10 @@ msg get_render_ctx = 13 {
|
|||
id: id(jay_render_ctx),
|
||||
}
|
||||
|
||||
msg watch_workspaces = 14 {
|
||||
id: id(jay_workspace_watcher),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg client_id = 0 {
|
||||
|
|
|
|||
12
wire/jay_workspace_watcher.txt
Normal file
12
wire/jay_workspace_watcher.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg new = 0 {
|
||||
id: id(jay_workspace),
|
||||
linear_id: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue