summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-12-04 10:16:35 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-12-10 14:39:43 +1000
commit5ac72a6e4499e3f85b1b9268a674454b4040cf4f (patch)
treef687eb50022639357faeb8b0baa0fa433c19abc4
parent49957a6f2c2b61fd07aa46be53cab4dfa356e8f8 (diff)
downloadxf86-input-wacom-5ac72a6e4499e3f85b1b9268a674454b4040cf4f.tar.gz
xsetwacom: remove SpeedLevel and Accel options.
Unimplemented, and they're not handled through the server's accel methods, not in the driver. That's not to say that xsetwacom can't provide an interface to the accel methods, but this isn't it it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--tools/xsetwacom.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c
index f312e33..3a2c180 100644
--- a/tools/xsetwacom.c
+++ b/tools/xsetwacom.c
@@ -366,23 +366,12 @@ static param_t parameters[] =
WACOM_PROP_SAMPLE, 8, 0, NULL
},
- { "SpeedLevel",
- "Sets relative cursor movement speed (default is 6). ",
- NULL, 0, 0, not_implemented
- },
-
{ "ClickForce",
"Sets tip/eraser pressure threshold = ClickForce*MaxZ/100 "
"(default is 6)",
WACOM_PROP_PRESSURE_THRESHOLD, 32, 0, NULL
},
- { "Accel",
- "Sets relative cursor movement acceleration "
- "(default is 1)",
- NULL, 0, 0, not_implemented
- },
-
{ "xyDefault",
"Resets the bounding coordinates to default in tablet units. ",
NULL, 0, 0, not_implemented