diff --git a/src/backend/consumer/wlroots.rs b/src/backend/consumer/wlroots.rs index 6140d7f..b7ea650 100644 --- a/src/backend/consumer/wlroots.rs +++ b/src/backend/consumer/wlroots.rs @@ -251,7 +251,7 @@ impl VirtualInput { VirtualInput::Kde { fake_input: _ } => {} }, }, - event => panic!("unknown event type {event:?}"), + _ => {}, } Ok(()) }