1
0
Fork 0
forked from wry/wry

refactor: split cargo workspace

This commit is contained in:
kossLAN 2026-06-05 11:56:21 -04:00
parent 5db14936e7
commit 1c21bd1259
695 changed files with 32023 additions and 44964 deletions

View file

@ -61,10 +61,6 @@ request watch_workspaces {
id: id(jay_workspace_watcher),
}
request create_screencast {
id: id(jay_screencast),
}
request get_randr {
id: id(jay_randr),
}
@ -121,11 +117,6 @@ request create_tree_query (since = 18) {
id: id(jay_tree_query),
}
request get_tagged_acceptor (since = 25) {
id: id(jay_acceptor_request),
tag: str,
}
request get_sync_file_surface (since = 26) {
id: id(jay_sync_file_surface),
surface: id(wl_surface),
@ -135,6 +126,10 @@ request get_pid (since = 27) {
}
request set_dpms (since = 31) {
active: u32,
}
# events
event client_id {