head-management: add brightness-setter-v1 extension
This commit is contained in:
parent
e0f1dd549d
commit
2d27dd3d64
7 changed files with 73 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ enum HeadOp {
|
|||
SetFormat(&'static Format),
|
||||
SetTransferFunction(BackendTransferFunction),
|
||||
SetColorSpace(BackendColorSpace),
|
||||
SetBrightness(Option<f64>),
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq, Default)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue