mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 04:30:06 +01:00
touchpad: break up a long line
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
4982b46010
commit
fd27450ae0
1 changed files with 2 additions and 1 deletions
|
|
@ -612,7 +612,8 @@ void
|
|||
tp_destroy_tap(struct tp_dispatch *tp)
|
||||
{
|
||||
if (tp->tap.source) {
|
||||
libinput_remove_source(tp->device->base.seat->libinput, tp->tap.source);
|
||||
libinput_remove_source(tp->device->base.seat->libinput,
|
||||
tp->tap.source);
|
||||
tp->tap.source = NULL;
|
||||
}
|
||||
if (tp->tap.timer_fd > -1) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue