summaryrefslogtreecommitdiff
path: root/synaptics.h
diff options
context:
space:
mode:
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;