Add vrr_supported/enabled to output IPC

This commit is contained in:
Ivan Molodetskikh
2024-04-15 22:29:25 +04:00
parent 69f723d68a
commit c40de5364d
4 changed files with 20 additions and 0 deletions
+2
View File
@@ -73,6 +73,8 @@ impl Winit {
is_preferred: true,
}],
current_mode: Some(0),
vrr_supported: false,
vrr_enabled: false,
logical: Some(logical_output(&output)),
},
)])));