aboutsummaryrefslogtreecommitdiffstats
path: root/fbiconfig.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-01-18 10:24:19 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-01-18 12:27:47 +0100
commit1eeeaefecb634ea734059685648c058dd600bcae (patch)
treec03f7dab7aa64179f295ebb83e0d4bdbdb7b5e67 /fbiconfig.h
parent1e49f9371f39475be7d2a3a9be2994ce5d27870b (diff)
downloadfbida-1eeeaefecb634ea734059685648c058dd600bcae.tar.gz
kbd: experimental libinput support
Diffstat (limited to 'fbiconfig.h')
-rw-r--r--fbiconfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fbiconfig.h b/fbiconfig.h
index d0b4d32..3fdc2f0 100644
--- a/fbiconfig.h
+++ b/fbiconfig.h
@@ -30,7 +30,8 @@
#define O_SCROLL O_OPTIONS, "scroll"
#define O_TIMEOUT O_OPTIONS, "timeout"
#define O_PCD_RES O_OPTIONS, "photocd-res"
-#define O_INTERACTIVE O_OPTIONS, "interactive"
+#define O_INTERACTIVE O_OPTIONS, "interactive"
+#define O_LIBINPUT O_OPTIONS, "libinput"
#define O_DEVICE O_OPTIONS, "device"
#define O_OUTPUT O_OPTIONS, "output"
@@ -65,6 +66,7 @@
#define GET_TIMEOUT() cfg_get_int(O_TIMEOUT, 0)
#define GET_PCD_RES() cfg_get_int(O_PCD_RES, 3)
#define GET_INTERACTIVE() cfg_get_bool(O_INTERACTIVE, 1)
+#define GET_LIBINPUT() cfg_get_bool(O_LIBINPUT, 0)
#define GET_OPENGL() cfg_get_bool(O_OPENGL, 0)
#define GET_PAGEFLIP() cfg_get_bool(O_PAGEFLIP, 1)