diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-01-19 09:26:14 +1100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-01-27 08:27:33 +1000 |
commit | f92446f00aa5a916a90e2fd93333f97ea837f985 (patch) | |
tree | 3f5ac96791fe75f1297a0aa6f4320edb3754ff65 /include | |
parent | eda515331285962310b84cc3b3200f9ff0e98f1a (diff) |
properties: implement float properties.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Christoph Brill <egore911@egore911.de>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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) */ |