1
0
Fork 0
forked from wry/wry

wayland: add jay_workspace_watcher

This commit is contained in:
Julian Orth 2022-07-30 11:28:46 +02:00
parent 83baa6aadb
commit 022d8d1db0
9 changed files with 145 additions and 4 deletions

View file

@ -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 {

View file

@ -0,0 +1,12 @@
# requests
msg destroy = 0 {
}
# events
msg new = 0 {
id: id(jay_workspace),
linear_id: u32,
}