summaryrefslogtreecommitdiff
path: root/synaptics.h
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 /synaptics.h
parentd1643a7d781216dd92cf4dc4d2a0da7a40d57258 (diff)
Made it possible to disable the touchpad at runtime. (Patch
from "Jörg Bösner" <ich@joerg-boesner.de>.)
Diffstat (limited to 'synaptics.h')
-rw-r--r--synaptics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/synaptics.h b/synaptics.h
index 72c215b..468f22b 100644
--- a/synaptics.h
+++ b/synaptics.h
@@ -36,6 +36,7 @@ typedef struct _SynapticsSHM
int edge_motion_speed; /* Edge motion speed when dragging */
char* repeater; /* Repeater on or off */
Bool updown_button_scrolling; /* Up/Down-Button scrolling or middle/double-click */
+ Bool touchpad_off; /* Switches the Touchpad off*/
} SynapticsSHM, *SynapticsSHMPtr;
#ifdef SYNAPTICS_PRIVATE