mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 06:08:08 +02:00
touchpad: slightly change a debug message
Makes it clearer that thumb detection always enables area-based detection. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9cb089f2b6
commit
305251e633
1 changed files with 3 additions and 3 deletions
|
|
@ -3500,9 +3500,9 @@ tp_init_thumb(struct tp_dispatch *tp)
|
||||||
quirks_unref(q);
|
quirks_unref(q);
|
||||||
|
|
||||||
evdev_log_debug(device,
|
evdev_log_debug(device,
|
||||||
"thumb: enabled thumb detection%s%s\n",
|
"thumb: enabled thumb detection (area%s%s)\n",
|
||||||
tp->thumb.use_pressure ? " (+pressure)" : "",
|
tp->thumb.use_pressure ? ", pressure" : "",
|
||||||
tp->thumb.use_size ? " (+size)" : "");
|
tp->thumb.use_size ? ", size" : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue