mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 23:50:45 +01: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);
|
||||
|
||||
evdev_log_debug(device,
|
||||
"thumb: enabled thumb detection%s%s\n",
|
||||
tp->thumb.use_pressure ? " (+pressure)" : "",
|
||||
tp->thumb.use_size ? " (+size)" : "");
|
||||
"thumb: enabled thumb detection (area%s%s)\n",
|
||||
tp->thumb.use_pressure ? ", pressure" : "",
|
||||
tp->thumb.use_size ? ", size" : "");
|
||||
}
|
||||
|
||||
static bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue