implement wlr-gamma-control-unstable-v1
This commit is contained in:
parent
11b3f08514
commit
b1db715a90
26 changed files with 475 additions and 21 deletions
|
|
@ -124,6 +124,8 @@ pub enum BackendConnectorTransactionError {
|
|||
AtomicTestFailed(#[source] DrmError),
|
||||
#[error("Commit failed")]
|
||||
AtomicCommitFailed(#[source] DrmError),
|
||||
#[error("Could not create a gamma lut blob")]
|
||||
CreateGammaLutBlob(#[source] DrmError),
|
||||
}
|
||||
|
||||
pub trait BackendConnectorTransaction {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue