mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 21:30:36 +01:00
touchpad: use a helper function for the libinput context
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
13a2336beb
commit
b2109ca535
1 changed files with 1 additions and 1 deletions
|
|
@ -1519,7 +1519,7 @@ tp_dwt_pair_keyboard(struct evdev_device *touchpad,
|
|||
tp->dwt.keyboard = keyboard;
|
||||
tp->dwt.keyboard_active = false;
|
||||
|
||||
log_debug(touchpad->base.seat->libinput,
|
||||
log_debug(evdev_libinput_context(touchpad),
|
||||
"palm: dwt activated with %s<->%s\n",
|
||||
touchpad->devname,
|
||||
keyboard->devname);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue