all: refactor to cargo workspace, remove config shared library, remove protocol perms, add dpms cli (#7)
This commit is contained in:
parent
5db14936e7
commit
bfc2a525de
616 changed files with 32344 additions and 31026 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue