xwayland: Unconditionally send ConfigureNotify on configure_request

This commit is contained in:
Victoria Brekenfeld 2023-11-22 12:47:54 +01:00 committed by Victoria Brekenfeld
parent a371571d11
commit daf7437c8b

View file

@ -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 {