mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-20 04:50:46 +02:00
Revert "touchpad: only try to detect touchpad wobbling with one finger down"
Logic inversion error from a draft version of the patch, see corrected version
coming up.
This reverts commit 30a398591b.
This commit is contained in:
parent
119b6d924c
commit
5427d5ed87
1 changed files with 0 additions and 4 deletions
|
|
@ -155,10 +155,6 @@ tp_detect_wobbling(struct tp_dispatch *tp,
|
|||
int dx, dy;
|
||||
uint64_t dtime;
|
||||
|
||||
if (tp->nfingers_down == 1 &&
|
||||
tp->nfingers_down == tp->old_nfingers_down)
|
||||
return;
|
||||
|
||||
if (tp->hysteresis.enabled)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue