1
0
Fork 0
forked from wry/wry

all: refactor to cargo workspace, remove config shared library, remove protocol perms, add dpms cli (#7)

This commit is contained in:
kossLAN 2026-06-06 23:14:53 -04:00
parent 5db14936e7
commit bfc2a525de
616 changed files with 32344 additions and 31026 deletions

View file

@ -121,11 +121,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 +130,10 @@ request get_pid (since = 27) {
}
request set_dpms (since = 31) {
active: u32,
}
# events
event client_id {