summaryrefslogtreecommitdiff
path: root/synaptics.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2002-07-06 02:57:59 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:00:51 +0200
commit0b78e3b313b2ea2712ab82c62367f05a5787adc2 (patch)
treeef70f4276ee349f6bff08f085aa50bcd5f5a504f /synaptics.h
parente9febd174f0ee3cbdf71cf8cc860afd3ad4e40a5 (diff)
Implemented edge motion.
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 4ea539e..d8d2f96 100644
--- a/synaptics.h
+++ b/synaptics.h
@@ -35,6 +35,7 @@ typedef struct _SynapticsSHM {
int tap_time, tap_move; /* max. tapping-time and movement in packets and coord. */
int scroll_dist_vert; /* Scrolling distance in absolute coordinates */
double min_speed, max_speed, accl; /* movement parameters */
+ int edge_motion_speed; /* Edge motion speed when dragging */
char* repeater; /* Repeater on or off */
} SynapticsSHM, *SynapticsSHMPtr;