mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 09:38:01 +02:00
evdev: add missing break
No effect, was the last case statement in the switch. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d90b75e923
commit
81ae792013
1 changed files with 1 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ evdev_process_relative(struct evdev_device *device,
|
||||||
time,
|
time,
|
||||||
LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL,
|
LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL,
|
||||||
e->value * DEFAULT_AXIS_STEP_DISTANCE);
|
e->value * DEFAULT_AXIS_STEP_DISTANCE);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue