mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 11:58:04 +02:00
touchpad: fix typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ecda01eb4c
commit
84713ac15b
1 changed files with 1 additions and 1 deletions
|
|
@ -616,7 +616,7 @@ tp_thumb_detect(struct tp_dispatch *tp, struct tp_touch *t)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* Note: a thumb at the edge of the touchpad won't trigger the
|
/* Note: a thumb at the edge of the touchpad won't trigger the
|
||||||
* threshold, the surface areas is usually too small.
|
* threshold, the surface area is usually too small.
|
||||||
*/
|
*/
|
||||||
if (t->pressure < tp->thumb.threshold)
|
if (t->pressure < tp->thumb.threshold)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue