Made it possible to disable the touchpad at runtime. (Patch

from "Jrg Bsner" <ich@joerg-boesner.de>.)
This commit is contained in:
Peter Osterlund
2003-09-14 21:46:28 +02:00
parent d1643a7d78
commit 0f0cee77f6
8 changed files with 36 additions and 0 deletions

View File

@@ -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 }
};