From 5ac350d51c0f16be3e40355bcb25cf23d34cc662 Mon Sep 17 00:00:00 2001 From: Christian Meissl Date: Sat, 24 Feb 2024 18:31:54 +0100 Subject: chore: update smithay --- src/input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input.rs') diff --git a/src/input.rs b/src/input.rs index 93c56474..3d470eba 100644 --- a/src/input.rs +++ b/src/input.rs @@ -371,7 +371,7 @@ impl State { } Action::CloseWindow => { if let Some(window) = self.niri.layout.focus() { - window.toplevel().send_close(); + window.toplevel().expect("no x11 support").send_close(); } } Action::FullscreenWindow => { -- cgit