Implement niri msg output

This commit is contained in:
Ivan Molodetskikh
2024-05-05 10:19:47 +04:00
parent 2dff674470
commit 65b9c74f62
7 changed files with 311 additions and 101 deletions
+1 -1
View File
@@ -2111,7 +2111,7 @@ fn queue_estimated_vblank_timer(
fn pick_mode(
connector: &connector::Info,
target: Option<niri_config::Mode>,
target: Option<niri_ipc::ConfiguredMode>,
) -> Option<(control::Mode, bool)> {
let mut mode = None;
let mut fallback = false;