Skip to content

backend/x11: handle XCB_DESTROY_NOTIFY event

Daniel Nagy requested to merge destroynotify-event into master

This event may be sent by a x11 window manager when killing a window.

Without this, the wayland loop is not closed and the application does not stop.

Merge request reports

Loading