summaryrefslogtreecommitdiff
path: root/src/synapticsstr.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-07-27 11:04:13 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-07-28 14:03:01 +1000
commit1d89e2f632cf6c702ae5002f81e5783f3ba1b9ae (patch)
treed746b1ec349dadc2764d924f40f7cb5d3109a2f5 /src/synapticsstr.h
parentd7a4a63d1d67bf38a7948722881de8d926319c6c (diff)
Remove the "SpecialScrollAreaRight" option. (#21001)
This option auto-adjusts the right edge on the touchpad but wrongly so. It does not take the edge width into account, thus setting the right edge to the max value received - leaving only a single-pixel scroll area in some cases. A previous attempt to auto-adjust edges has failed (afb60a0b). The kernel's min/max values cannot be relied on for actual range clipping and thus scroll edge settings are best left untouched. X.Org Bug 21001 <http://bugs.freedesktop.org/show_bug.cgi?id=21001> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/synapticsstr.h')
-rw-r--r--src/synapticsstr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/synapticsstr.h b/src/synapticsstr.h
index ba5405b..2986173 100644
--- a/src/synapticsstr.h
+++ b/src/synapticsstr.h
@@ -108,7 +108,6 @@ typedef struct _SynapticsParameters
Bool scroll_edge_corner; /* Enable/disable continuous edge scrolling when in the corner */
Bool scroll_twofinger_vert; /* Enable/disable vertical two-finger scrolling */
Bool scroll_twofinger_horiz; /* Enable/disable horizontal two-finger scrolling */
- Bool special_scroll_area_right; /* Enable/disable autodetection right special scroll area */
double min_speed, max_speed, accl; /* movement parameters */
double trackstick_speed; /* trackstick mode speed */
int edge_motion_min_z; /* finger pressure at which minimum edge motion speed is set */
@@ -172,7 +171,6 @@ typedef struct _SynapticsPrivateRec
SynapticsMoveHistRec move_hist[SYNAPTICS_MOVE_HISTORY]; /* movement history */
int hist_index; /* Last added entry in move_hist[] */
- int largest_valid_x; /* Largest valid X coordinate seen so far */
int scroll_y; /* last y-scroll position */
int scroll_x; /* last x-scroll position */
double scroll_a; /* last angle-scroll position */