xwayland: clear windows on shutdown
This commit is contained in:
parent
14e64711f1
commit
80f1310e3a
2 changed files with 2 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ async fn run(
|
|||
state.ring.readable(&pidfd).await?;
|
||||
}
|
||||
state.xwayland.queue.clear();
|
||||
state.xwayland.windows.clear();
|
||||
stderr_read.await;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue