projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d833f26
)
test: fix a typo
author
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 7 Jun 2022 23:25:59 +0000
(09:25 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 7 Jun 2022 23:25:59 +0000
(09:25 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/test-pointer.c
patch
|
blob
|
history
diff --git
a/test/test-pointer.c
b/test/test-pointer.c
index dd5a335cbbbf6514e9e8a75e65514a33aa81cdeb..5d5d2fb9403b74d6feefa79092458a9b2ad3eadb 100644
(file)
--- a/
test/test-pointer.c
+++ b/
test/test-pointer.c
@@
-820,7
+820,7
@@
START_TEST(pointer_scroll_wheel_inhibit_small_deltas)
litest_drain_events(dev->libinput);
- /* Scroll deltas bel
l
ow the threshold (60) must be ignored */
+ /* Scroll deltas below the threshold (60) must be ignored */
litest_event(dev, EV_REL, REL_WHEEL_HI_RES, 15);
litest_event(dev, EV_REL, REL_WHEEL_HI_RES, 15);
litest_event(dev, EV_SYN, SYN_REPORT, 0);