mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 08:18:02 +02:00
touchpad: explicitly start with detect_thumbs as false
Not needed because we zalloc() anyway, but this makes it grep-able. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d232e44c9f
commit
c2331ae11e
1 changed files with 2 additions and 0 deletions
|
|
@ -158,6 +158,8 @@ tp_init_thumb(struct tp_dispatch *tp)
|
||||||
struct quirks_context *quirks;
|
struct quirks_context *quirks;
|
||||||
struct quirks *q;
|
struct quirks *q;
|
||||||
|
|
||||||
|
tp->thumb.detect_thumbs = false;
|
||||||
|
|
||||||
if (!tp->buttons.is_clickpad)
|
if (!tp->buttons.is_clickpad)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue