projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a2336
)
touchpad: use a helper function for the libinput context
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 25 Jan 2017 05:19:22 +0000
(15:19 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 25 Jan 2017 07:08:51 +0000
(17:08 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-mt-touchpad.c
patch
|
blob
|
history
diff --git
a/src/evdev-mt-touchpad.c
b/src/evdev-mt-touchpad.c
index
00f088d
..
56822df
100644
(file)
--- a/
src/evdev-mt-touchpad.c
+++ b/
src/evdev-mt-touchpad.c
@@
-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);