implement wlr-gamma-control-unstable-v1
This commit is contained in:
parent
11b3f08514
commit
b1db715a90
26 changed files with 475 additions and 21 deletions
7
wire/zwlr_gamma_control_manager_v1.txt
Normal file
7
wire/zwlr_gamma_control_manager_v1.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
request get_gamma_control {
|
||||
id: id(zwlr_gamma_control_v1) (new),
|
||||
output: id(wl_output),
|
||||
}
|
||||
|
||||
request destroy (destructor) {
|
||||
}
|
||||
13
wire/zwlr_gamma_control_v1.txt
Normal file
13
wire/zwlr_gamma_control_v1.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
event gamma_size {
|
||||
size: u32,
|
||||
}
|
||||
|
||||
request set_gamma {
|
||||
fd: fd,
|
||||
}
|
||||
|
||||
event failed {
|
||||
}
|
||||
|
||||
request destroy (destructor) {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue