mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
config: prefix enums with LAB_LIBINPUT_DEVICE_
This commit is contained in:
parent
a7f8eef163
commit
673c745cff
3 changed files with 13 additions and 15 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue