summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-08-16 09:34:36 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-09-14 07:17:20 +1000
commite85ec72025bf003cf73948d02297bf46159f1eac (patch)
treed7e20e6fcdf4f07cbcf30f9801ee858974dab972
parent758e9037b56a502f90a032b2438dc307334ca190 (diff)
downloadxorg-driver-xf86-input-libinput-e85ec72025bf003cf73948d02297bf46159f1eac.tar.gz
Comment two read-only properties as such
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit b508c54fa0d569beb00ccba3d5b27ca993aae94d)
-rw-r--r--include/libinput-properties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libinput-properties.h b/include/libinput-properties.h
index d117729..cb3dd2f 100644
--- a/include/libinput-properties.h
+++ b/include/libinput-properties.h
@@ -33,13 +33,13 @@
/* Tap drag enabled/disabled: BOOL, 1 value */
#define LIBINPUT_PROP_TAP_DRAG "libinput Tapping Drag Enabled"
-/* Tap drag default enabled/disabled: BOOL, 1 value */
+/* Tap drag default enabled/disabled: BOOL, 1 value, read-only */
#define LIBINPUT_PROP_TAP_DRAG_DEFAULT "libinput Tapping Drag Enabled Default"
/* Tap drag lock enabled/disabled: BOOL, 1 value */
#define LIBINPUT_PROP_TAP_DRAG_LOCK "libinput Tapping Drag Lock Enabled"
-/* Tap drag lock default enabled/disabled: BOOL, 1 value */
+/* Tap drag lock default enabled/disabled: BOOL, 1 value, read-only */
#define LIBINPUT_PROP_TAP_DRAG_LOCK_DEFAULT "libinput Tapping Drag Lock Enabled Default"
/* Calibration matrix: FLOAT, 9 values of a 3x3 matrix, in rows */