summaryrefslogtreecommitdiff
path: root/synclient.c
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-09-14 21:46:28 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:10 +0200
commit0f0cee77f6cde2df549461c8fa7de6b30359cf74 (patch)
tree1311944f9a243961a30eea905ffc520f4637abe6 /synclient.c
parentd1643a7d781216dd92cf4dc4d2a0da7a40d57258 (diff)
Made it possible to disable the touchpad at runtime. (Patch
from "Jörg Bösner" <ich@joerg-boesner.de>.)
Diffstat (limited to 'synclient.c')
-rw-r--r--synclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/synclient.c b/synclient.c
index a50d5a0..e9f40fe 100644
--- a/synclient.c
+++ b/synclient.c
@@ -61,6 +61,7 @@ static struct Parameter params[] = {
DEFINE_PAR("AccelFactor", accl, PT_DOUBLE, 0, 0.2),
DEFINE_PAR("EdgeMotionSpeed", edge_motion_speed, PT_INT, 0, 400),
DEFINE_PAR("UpDownScrolling", updown_button_scrolling, PT_BOOL, 0, 1),
+ DEFINE_PAR("TouchpadOff", touchpad_off, PT_BOOL, 0, 1),
{ 0, 0, 0, 0, 0 }
};