wlroots/backend/x11
Jonathan Marler 3c8d199ec1 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.
2026-03-10 22:44:56 -06:00
..
backend.c backend/x11: ignore DestroyNotify events 2026-03-10 22:44:56 -06: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 treewide: make type-check helpers take const pointers 2026-03-06 16:04:21 +08:00