wlroots/backend/x11
Jonathan Marler af228b879a backend/x11: ignore DestroyNotify events
The X11 backend subscribes to StructureNotify events, so when
output_destroy() calls xcb_destroy_window() the server sends a
DestroyNotify back. This is expected and harmless but was logged
as an unhandled event. Silence it the same way MAP_NOTIFY and
UNMAP_NOTIFY are already silenced.

(cherry picked from commit 3c8d199ec1)
2026-03-19 19:47:55 +01:00
..
backend.c backend/x11: ignore DestroyNotify events 2026-03-19 19:47:55 +01:00
input_device.c pointer: release pressed buttons on destroy 2024-09-24 19:53:54 +00:00
meson.build backend: make DRM and libinput backends optional 2021-07-22 09:56:38 -04:00
output.c backend/x11: reject shm buffers with non-min strides 2026-02-13 11:56:08 +01:00