summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Chandler Paul <cpaul@redhat.com>2015-08-02 14:18:10 -0400
committerPeter Hutterer <peter.hutterer@who-t.net>2015-08-04 14:14:48 +1000
commit223be9f62bc614c4bfa2836c5b0aaded70cadf9c (patch)
tree257eb63213fddba826ee7b95e7d5ba8367711c76 /include
parentd3ee745a2461c09c86916f2ecf97426b6145ee09 (diff)
Add a property for Disable While Typing
Signed-off-by: Stephen Chandler Paul <cpaul@redhat.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r--include/libinput-properties.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libinput-properties.h b/include/libinput-properties.h
index 6135dc8..f54cee7 100644
--- a/include/libinput-properties.h
+++ b/include/libinput-properties.h
@@ -108,4 +108,10 @@
/* Middle button emulation: BOOL, 1 value, read-only */
#define LIBINPUT_PROP_MIDDLE_EMULATION_ENABLED_DEFAULT "libinput Middle Emulation Enabled Default"
+/* Disable while typing: BOOL, 1 value */
+#define LIBINPUT_PROP_DISABLE_WHILE_TYPING "libinput Disable While Typing Enabled"
+
+/* Disable while typing: BOOL, 1 value, read-only */
+#define LIBINPUT_PROP_DISABLE_WHILE_TYPING_DEFAULT "libinput Disable While Typing Enabled Default"
+
#endif /* _LIBINPUT_PROPERTIES_H_ */