summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarcel Dejean <Doodle777@gmail.com>2009-02-13 19:00:07 -0500
committerPeter Hutterer <peter.hutterer@who-t.net>2009-02-20 11:32:46 +1000
commit3ddc067c873479d886d6bc576db9dcb6318c88af (patch)
tree2ed4e945bac31d55b6e24a1b9f7f96ef06c904d4 /tools
parentb0704a9d3c7a25e0b160414983025db9d14be496 (diff)
two-finger emulation through fingerWidth
Signed-off-by: Christoph Brill <egore911@egore911.de> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/synclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/synclient.c b/tools/synclient.c
index 2677d63..976a57f 100644
--- a/tools/synclient.c
+++ b/tools/synclient.c
@@ -75,6 +75,7 @@ static struct Parameter params[] = {
DEFINE_PAR("FastTaps", fast_taps, PT_BOOL, 0, 1),
DEFINE_PAR("EmulateMidButtonTime", emulate_mid_button_time, PT_INT, 0, 1000),
DEFINE_PAR("EmulateTwoFingerMinZ", emulate_twofinger_z, PT_INT, 0, 1000),
+ DEFINE_PAR("EmulateTwoFingerMinW", emulate_twofinger_w, PT_INT, 0, 15),
DEFINE_PAR("VertScrollDelta", scroll_dist_vert, PT_INT, 0, 1000),
DEFINE_PAR("HorizScrollDelta", scroll_dist_horiz, PT_INT, 0, 1000),
DEFINE_PAR("VertEdgeScroll", scroll_edge_vert, PT_BOOL, 0, 1),