mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-14 10:20:18 +01:00
fallback: fix grammar in comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1272db297a
commit
43cbae6c68
1 changed files with 2 additions and 1 deletions
|
|
@ -101,7 +101,8 @@ post_trackpoint_scroll(struct evdev_device *device,
|
|||
return false;
|
||||
case BUTTONSCROLL_BUTTON_DOWN:
|
||||
/* if the button is down but scroll is not active, we're within the
|
||||
timeout where swallow motion events but don't post scroll buttons */
|
||||
timeout where we swallow motion events but don't post
|
||||
scroll buttons */
|
||||
evdev_log_debug(device, "btnscroll: discarding\n");
|
||||
return true;
|
||||
case BUTTONSCROLL_READY:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue