1
0
Fork 0
forked from wry/wry

head-management: add non-desktop-info-v1 extension

This commit is contained in:
Julian Orth 2025-07-13 11:14:37 +02:00
parent 81a7c973d0
commit b76aade265
17 changed files with 164 additions and 5 deletions

View file

@ -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![],

View file

@ -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![],