1
0
Fork 0
forked from wry/wry

xwayland: clear windows on shutdown

This commit is contained in:
Julian Orth 2025-07-19 00:13:15 +02:00
parent 14e64711f1
commit 80f1310e3a
2 changed files with 2 additions and 0 deletions

View file

@ -203,6 +203,7 @@ async fn run(
state.ring.readable(&pidfd).await?;
}
state.xwayland.queue.clear();
state.xwayland.windows.clear();
stderr_read.await;
Ok(())
}