From cbbb7a26fc0bff426d67bb2804167f01ade5fbe4 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 22 Jan 2024 16:08:51 +0400 Subject: Update Smithay, use device changed session resume code Should fix most cases of monitors failing to light up after a TTY switch. --- src/input.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input.rs') diff --git a/src/input.rs b/src/input.rs index f82de8a0..23ba6958 100644 --- a/src/input.rs +++ b/src/input.rs @@ -90,6 +90,7 @@ impl State { TouchUp { .. } => (), TouchCancel { .. } => (), TouchFrame { .. } => (), + SwitchToggle { .. } => (), Special(_) => (), } -- cgit