diff options
author | Florian Loitsch <synaptics@florian.loitsch.com> | 2007-05-17 13:10:30 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2007-05-17 13:10:30 +0200 |
commit | 7bd1b53f8e2de13436b9f71196b4b69a969a2b9f (patch) | |
tree | 9ef26b3d299a2fa9f6c540da4f7e71383534b01b /synaptics.h | |
parent | 2d06ab1d2b3170b6fa44b945376b2ad4cd682af9 (diff) |
Add a timeout to locked drags.
Instead of locking indefinitely, dragging is realeased after a
timeout. By default I've set it to 5 seconds to minimize changes to
previous configurations. For me a value of 450ms works best.
New Parameter: LockedDragTimeout
Diffstat (limited to 'synaptics.h')
-rw-r--r-- | synaptics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synaptics.h b/synaptics.h index 918aee9..225eeb9 100644 --- a/synaptics.h +++ b/synaptics.h @@ -87,6 +87,7 @@ typedef struct _SynapticsSHM */ Bool guestmouse_off; /* Switches the guest mouse off */ Bool locked_drags; /* Enable locked drags */ + int locked_drag_time; /* timeout for locked drags */ int tap_action[MAX_TAP]; /* Button to report on tap events */ Bool circular_scrolling; /* Enable circular scrolling */ double scroll_dist_circ; /* Scrolling angle radians */ |