mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-17 16:00:36 +01:00
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
|
||
|---|---|---|
| .. | ||
| backend.c | ||
| events.c | ||
| keyboard.c | ||
| meson.build | ||
| pointer.c | ||
| switch.c | ||
| tablet_pad.c | ||
| tablet_tool.c | ||
| touch.c | ||