diff options
author | Peter Osterlund <petero2@telia.com> | 2003-05-01 18:01:51 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:00:52 +0200 |
commit | 4cc36ca33128f17be57e3a58a44374d9558fbfe9 (patch) | |
tree | 0c978996755944523d30eb0c828a04acdecbfbe3 /synaptics.h | |
parent | 1565900086b9267768e80b0c2026b659aa52d7c5 (diff) |
Merged handling of UpDownScrolling option from 0.11.3.
Diffstat (limited to 'synaptics.h')
-rw-r--r-- | synaptics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synaptics.h b/synaptics.h index c627786..5c191cd 100644 --- a/synaptics.h +++ b/synaptics.h @@ -40,6 +40,7 @@ typedef struct _SynapticsSHM { double min_speed, max_speed, accl; /* movement parameters */ 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 */ } SynapticsSHM, *SynapticsSHMPtr; typedef struct _SynapticsPrivateRec @@ -69,6 +70,7 @@ typedef struct _SynapticsPrivateRec unsigned int count_packet; /* packet counter */ unsigned int count_packet_tapping; /* packet counter for tapping */ unsigned int count_button_delay; /* button delay for 3rd button emulation */ + unsigned int count_double_click; /* counter for double click */ Bool finger_flag; /* previous finger */ Bool tap, drag, doubletap; /* feature flags */ Bool tap_left, tap_mid, tap_right; /* tapping buttons */ |