config: prefix enums with LAB_LIBINPUT_DEVICE_

This commit is contained in:
Johan Malm 2024-01-01 19:14:08 +00:00 committed by Johan Malm
parent a7f8eef163
commit 673c745cff
3 changed files with 13 additions and 15 deletions

View file

@ -8,12 +8,10 @@
enum device_type {
LAB_LIBINPUT_DEVICE_NONE = 0,
// FIXME: Rename the entries below with a LAB_LIBINPUT_ prefix
DEFAULT_DEVICE,
TOUCH_DEVICE,
TOUCHPAD_DEVICE,
NON_TOUCH_DEVICE,
LAB_LIBINPUT_DEVICE_DEFAULT,
LAB_LIBINPUT_DEVICE_TOUCH,
LAB_LIBINPUT_DEVICE_TOUCHPAD,
LAB_LIBINPUT_DEVICE_NON_TOUCH,
};
struct libinput_category {