mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 19:50:05 +01: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 *q;
|
||||
|
||||
tp->thumb.detect_thumbs = false;
|
||||
|
||||
if (!tp->buttons.is_clickpad)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue