wlroots/backend/wayland
Kirill Primak b13fe9b3a1 backend/wayland: use a separate event queue for busy loops
This avoids processing events which we're not interested in.
Specifically, this fixes a case where output_commit() could be
indirectly called from itself either from import_dmabuf() or while
waiting for a configure event when enabling the output.
2025-03-01 16:03:52 +00:00
..
backend.c backend/wayland: use a separate event queue for busy loops 2025-03-01 16:03:52 +00:00
meson.build meson: use kwargs for wayland deps 2024-11-21 16:46:55 +00:00
output.c backend/wayland: use a separate event queue for busy loops 2025-03-01 16:03:52 +00:00
pointer.c
seat.c
tablet_v2.c