1
0
Fork 0
forked from wry/wry

metal: implement VRR

This commit is contained in:
Julian Orth 2024-07-17 16:30:52 +02:00
parent cd09e57568
commit 2d7c13b0b4
35 changed files with 1320 additions and 91 deletions

View file

@ -110,6 +110,7 @@ impl TestBackend {
width_mm: 80,
height_mm: 60,
non_desktop: false,
vrr_capable: false,
};
Self {
state: state.clone(),

View file

@ -43,6 +43,7 @@ async fn test(run: Rc<TestRun>) -> TestResult {
width_mm: 0,
height_mm: 0,
non_desktop: false,
vrr_capable: false,
};
run.backend
.state