head-management: add non-desktop-override-v1 extension
This commit is contained in:
parent
6647b93e1e
commit
61570bdef7
7 changed files with 85 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ enum HeadOp {
|
|||
SetTransform(Transform),
|
||||
SetScale(Scale),
|
||||
SetMode(usize),
|
||||
SetNonDesktopOverride(Option<bool>),
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq, Default)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue