mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 14:40:26 +01:00
touchpad: fix coding style
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e874d09b49
commit
dacc6383c7
1 changed files with 2 additions and 1 deletions
|
|
@ -369,8 +369,9 @@ tp_process_state(struct tp_dispatch *tp, uint64_t time)
|
|||
t->y = first->y;
|
||||
if (!t->dirty)
|
||||
t->dirty = first->dirty;
|
||||
} else if (!t->dirty)
|
||||
} else if (!t->dirty) {
|
||||
continue;
|
||||
}
|
||||
|
||||
tp_motion_hysteresis(tp, t);
|
||||
tp_motion_history_push(t);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue