From 0f0cee77f6cde2df549461c8fa7de6b30359cf74 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sun, 14 Sep 2003 21:46:28 +0200 Subject: =?UTF-8?q?Made=20it=20possible=20to=20disable=20the=20touchpad=20?= =?UTF-8?q?at=20runtime.=20(Patch=20from=20"J=F6rg=20B=F6sner"=20.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- synaptics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'synaptics.h') 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 -- cgit v1.2.3