mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
config: remove duplication in libinput-category parsing
Related-to: #1382
This commit is contained in:
parent
aff673bee4
commit
5337eda242
3 changed files with 21 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue