xwayland: Unconditionally send ConfigureNotify on configure_request
This commit is contained in:
parent
a371571d11
commit
daf7437c8b
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue