mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 06:27:59 +02:00
touchpad: add missing break in default: switch case
Unneeded, but better for symmetry. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b2b5913a35
commit
a3a81d1dee
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ tp_edge_scroll_init(struct tp_dispatch *tp, struct evdev_device *device)
|
|||
*/
|
||||
edge_width = width * .04;
|
||||
edge_height = height * .054;
|
||||
break;
|
||||
}
|
||||
|
||||
tp->scroll.right_edge = device->abs.absinfo_x->maximum - edge_width;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue