summaryrefslogtreecommitdiff
path: root/src/evdev-mt-touchpad.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-11-18 11:01:10 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-11-20 08:18:10 +1000
commit044b11ec3595d88b2dd762bea95dcb8fbd53a86e (patch)
treec0ad7ed52967ab4ed981c4e6b4f9763001860cdd /src/evdev-mt-touchpad.h
parent8630a8e0c28de32dde34d01a97b703ed3840a285 (diff)
downloadlibinput-044b11ec3595d88b2dd762bea95dcb8fbd53a86e.tar.gz
evdev: move natural scrolling configuration into evdev
We're about to add natural scroll support to other devices as well, let's share the code. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'src/evdev-mt-touchpad.h')
-rw-r--r--src/evdev-mt-touchpad.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/evdev-mt-touchpad.h b/src/evdev-mt-touchpad.h
index 4d7b8a90..4ca810f5 100644
--- a/src/evdev-mt-touchpad.h
+++ b/src/evdev-mt-touchpad.h
@@ -202,9 +202,7 @@ struct tp_dispatch {
} buttons; /* physical buttons */
struct {
- struct libinput_device_config_natural_scroll config_natural;
struct libinput_device_config_scroll_mode config_mode;
- bool natural_scrolling_enabled;
enum libinput_config_scroll_mode mode;
} scroll;