mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-08 06:40:29 +01:00
touchpad: whitespace fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
82438a2cf6
commit
14a1d189ff
1 changed files with 4 additions and 5 deletions
|
|
@ -574,11 +574,10 @@ tp_post_events(struct tp_dispatch *tp, uint64_t time)
|
|||
tp_filter_motion(tp, &dx, &dy, time);
|
||||
|
||||
if (dx != 0 || dy != 0)
|
||||
pointer_notify_motion(
|
||||
&tp->device->base,
|
||||
time,
|
||||
li_fixed_from_double(dx),
|
||||
li_fixed_from_double(dy));
|
||||
pointer_notify_motion(&tp->device->base,
|
||||
time,
|
||||
li_fixed_from_double(dx),
|
||||
li_fixed_from_double(dy));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue