diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/synaptics-properties.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/synaptics-properties.h b/include/synaptics-properties.h index ae0bc29..be8e3bf 100644 --- a/include/synaptics-properties.h +++ b/include/synaptics-properties.h @@ -66,7 +66,7 @@ /* 8 bit (BOOL), 2 values, vertical, horizontal */ #define SYNAPTICS_PROP_SCROLL_TWOFINGER "Synaptics Two-Finger Scrolling" -/* XXX 32 bit, 4 values, min, max, accel, trackstick */ +/* FLOAT, 4 values, min, max, accel, trackstick */ #define SYNAPTICS_PROP_SPEED "Synaptics Move Speed" /* 32 bit, 2 values, min, max */ @@ -110,7 +110,7 @@ /* 8 bit (BOOL) */ #define SYNAPTICS_PROP_CIRCULAR_SCROLLING "Synaptics Circular Scrolling" -/* XXX: 32 bit */ +/* FLOAT */ #define SYNAPTICS_PROP_CIRCULAR_SCROLLING_DIST "Synaptics Circular Scrolling Distance" /* 8 bit, valid values 0..8 (inclusive) @@ -127,13 +127,13 @@ /* 32 bit, 2 values, width, z */ #define SYNAPTICS_PROP_PALM_DIMENSIONS "Synaptics Palm Dimensions" -/* XXX: 32 bit */ +/* FLOAT */ #define SYNAPTICS_PROP_COASTING_SPEED "Synaptics Coasting Speed" /* 32 bit, 2 values, min, max */ #define SYNAPTICS_PROP_PRESSURE_MOTION "Synaptics Pressure Motion" -/* XXX: 32 bit, 2 values, min, max */ +/* FLOAT, 2 values, min, max */ #define SYNAPTICS_PROP_PRESSURE_MOTION_FACTOR "Synaptics Pressure Motion Factor" /* 8 bit (BOOL) */ |