diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-05 00:46:48 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-05-10 09:42:30 +1000 |
commit | 54f65f3ca1f7a7118bea96915d79acee28721581 (patch) | |
tree | 8123f224b7cbecc40594deb48c7984814fa793d7 /src/synapticsstr.h | |
parent | d14ea867ad5d6f8a758a18223e457e1a56fa6065 (diff) |
Purge edge motion
A funny feature, but unreliable and mostly untested.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'src/synapticsstr.h')
-rw-r--r-- | src/synapticsstr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/synapticsstr.h b/src/synapticsstr.h index 2dbc054..5e85a3b 100644 --- a/src/synapticsstr.h +++ b/src/synapticsstr.h @@ -137,11 +137,6 @@ typedef struct _SynapticsParameters { Bool scroll_twofinger_vert; /* Enable/disable vertical two-finger scrolling */ Bool scroll_twofinger_horiz; /* Enable/disable horizontal two-finger scrolling */ double min_speed, max_speed, accl; /* movement parameters */ - int edge_motion_min_z; /* finger pressure at which minimum edge motion speed is set */ - int edge_motion_max_z; /* finger pressure at which maximum edge motion speed is set */ - int edge_motion_min_speed; /* slowest setting for edge motion speed */ - int edge_motion_max_speed; /* fastest setting for edge motion speed */ - Bool edge_motion_use_always; /* If false, edge motion is used only when dragging */ Bool updown_button_scrolling; /* Up/Down-Button scrolling or middle/double-click */ Bool leftright_button_scrolling; /* Left/right-button scrolling, or two lots of middle button */ |