1
0
Fork 0
forked from wry/wry

xwayland: kill xwayland when wayland connection fails

This commit is contained in:
Julian Orth 2025-05-04 19:02:35 +02:00
parent 9840150e40
commit 8b9784bb15
6 changed files with 42 additions and 1 deletions

View file

@ -218,6 +218,7 @@ fn start_compositor2(
run_args,
xwayland: XWaylandState {
enabled: Cell::new(true),
pidfd: Default::default(),
handler: Default::default(),
queue: Default::default(),
ipc_device_ids: Default::default(),