diff options
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 12fe8dc..0f4cb14 100644 --- a/synaptics.h +++ b/synaptics.h @@ -59,6 +59,7 @@ typedef struct _SynapticsSHM Bool fast_taps; /* Faster reaction to single taps */ int emulate_mid_button_time; /* Max time between left and right button presses to emulate a middle button press. */ + int emulate_twofinger_z; /* pressure threshold to emulate two finger touch (for Alps) */ int scroll_dist_vert; /* Scrolling distance in absolute coordinates */ int scroll_dist_horiz; /* Scrolling distance in absolute coordinates */ Bool scroll_edge_vert; /* Enable/disable vertical scrolling on right edge */ |