refactor: split cargo workspace
This commit is contained in:
parent
5db14936e7
commit
1c21bd1259
695 changed files with 32023 additions and 44964 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue