summaryrefslogtreecommitdiff
path: root/src/filter-touchpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filter-touchpad.c')
-rw-r--r--src/filter-touchpad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter-touchpad.c b/src/filter-touchpad.c
index dcc2450d..ec6731c3 100644
--- a/src/filter-touchpad.c
+++ b/src/filter-touchpad.c
@@ -278,6 +278,7 @@ static const struct motion_filter_interface accelerator_interface_touchpad = {
.type = LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE,
.filter = accelerator_filter_touchpad,
.filter_constant = touchpad_constant_filter,
+ .filter_scroll = touchpad_constant_filter,
.restart = touchpad_accelerator_restart,
.destroy = touchpad_accelerator_destroy,
.set_speed = touchpad_accelerator_set_speed,