wlroots/include/backend
Simon Ser 0280a03136 backend/libinput: guard against new enum entries
When libinput introduces new enum entries, we'd abort or send bogus
events to the compositor. Instead, log a message and ignore the
event.

Keep all enums without a default case so that the compiler warns
when we're missing a case.

(cherry picked from commit 884d29e5f3)
2026-02-23 09:46:32 -05:00
..
drm Fix/cleanup includes a bit 2025-04-15 20:13:29 +03:00
session Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
headless.h backend/headless: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
libinput.h backend/libinput: guard against new enum entries 2026-02-23 09:46:32 -05:00
multi.h backend/multi: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
wayland.h backend/wayland: use a separate event queue for busy loops 2025-03-01 16:03:52 +00:00
x11.h backend/x11: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00