mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 13:20:28 +01:00
Fix typo in comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ecc8d6c42d
commit
727b21f366
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ touchpad_update_state(struct touchpad_dispatch *touchpad, uint32_t time)
|
|||
touchpad->event_mask_filter = TOUCHPAD_EVENT_ABSOLUTE_ANY;
|
||||
touchpad->event_mask = 0;
|
||||
|
||||
/* Avoid noice by moving center only when delta reaches a threshold
|
||||
/* Avoid noise by moving center only when delta reaches a threshold
|
||||
* distance from the old center. */
|
||||
if (touchpad->motion_count > 0) {
|
||||
center_x = hysteresis(touchpad->hw_abs.x,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue