config: remove duplication in libinput-category parsing

Related-to: #1382
This commit is contained in:
Johan Malm 2023-12-29 19:50:37 +00:00 committed by Johan Malm
parent aff673bee4
commit 5337eda242
3 changed files with 21 additions and 8 deletions

View file

@ -7,6 +7,9 @@
#include <wayland-server-core.h>
enum device_type {
LAB_LIBINPUT_DEVICE_NONE = 0,
// FIXME: Rename the entries below with a LAB_LIBINPUT_ prefix
DEFAULT_DEVICE,
TOUCH_DEVICE,
TOUCHPAD_DEVICE,