diff options
author | Derek Foreman <derek.foreman@collabora.co.uk> | 2011-03-21 16:01:29 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-08-25 09:50:32 +1000 |
commit | a24c44375025576dd600ccf370ba365e5d94dc22 (patch) | |
tree | 8340682a0221cb7485a1f3b2c12b374107b4f4b5 /include | |
parent | 627b09e5bd0726ad31bfeb4f07b8f8287d8ec46f (diff) |
Fix pressure->motion property format
CARD32, not float.
Signed-off-by: Derek Foreman <derek.foreman@collabora.co.uk>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/synaptics-properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/synaptics-properties.h b/include/synaptics-properties.h index 77a1806..c550cef 100644 --- a/include/synaptics-properties.h +++ b/include/synaptics-properties.h @@ -133,7 +133,7 @@ /* FLOAT, 2 values, speed, friction */ #define SYNAPTICS_PROP_COASTING_SPEED "Synaptics Coasting Speed" -/* 32 bit, 2 values, min, max */ +/* CARD32, 2 values, min, max */ #define SYNAPTICS_PROP_PRESSURE_MOTION "Synaptics Pressure Motion" /* FLOAT, 2 values, min, max */ |