implement wlr_output_management_unstable_v1
This commit is contained in:
parent
a3c0631f4e
commit
c6060a7389
23 changed files with 1349 additions and 32 deletions
36
wire/zwlr_output_configuration_v1.txt
Normal file
36
wire/zwlr_output_configuration_v1.txt
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# requests
|
||||
|
||||
request enable_head {
|
||||
id: id(zwlr_output_configuration_head_v1),
|
||||
head: id(zwlr_output_head_v1),
|
||||
}
|
||||
|
||||
request disable_head {
|
||||
head: id(zwlr_output_head_v1),
|
||||
}
|
||||
|
||||
request apply {
|
||||
|
||||
}
|
||||
|
||||
request test {
|
||||
|
||||
}
|
||||
|
||||
request destroy {
|
||||
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
event succeeded {
|
||||
|
||||
}
|
||||
|
||||
event failed {
|
||||
|
||||
}
|
||||
|
||||
event cancelled {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue