head-management: add non-desktop-info-v1 extension
This commit is contained in:
parent
81a7c973d0
commit
b76aade265
17 changed files with 164 additions and 5 deletions
|
|
@ -135,6 +135,7 @@ impl TestBackend {
|
|||
width_mm: 80,
|
||||
height_mm: 60,
|
||||
non_desktop: false,
|
||||
non_desktop_effective: false,
|
||||
vrr_capable: false,
|
||||
transfer_functions: vec![],
|
||||
color_spaces: vec![],
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ async fn test(run: Rc<TestRun>) -> TestResult {
|
|||
width_mm: 0,
|
||||
height_mm: 0,
|
||||
non_desktop: false,
|
||||
non_desktop_effective: false,
|
||||
vrr_capable: false,
|
||||
transfer_functions: vec![],
|
||||
color_spaces: vec![],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue