From daf7437c8b0aff7fb493c59e5003e2476e846bd6 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Wed, 22 Nov 2023 12:47:54 +0100 Subject: [PATCH] xwayland: Unconditionally send `ConfigureNotify` on `configure_request` --- src/xwayland.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xwayland.rs b/src/xwayland.rs index 03d68044..7eea8693 100644 --- a/src/xwayland.rs +++ b/src/xwayland.rs @@ -337,6 +337,8 @@ impl XwmHandler for State { ) .as_global(), ) + } else { + let _ = window.configure(None); // ack and force old state } } else { if let Some(x) = x {