mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 18:08:09 +02:00
touchpad: add missing flag for ABS_X events
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
7c2da22fc1
commit
ebed4f0de3
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ tp_process_absolute_st(struct tp_dispatch *tp,
|
||||||
t->x = e->value;
|
t->x = e->value;
|
||||||
t->millis = time;
|
t->millis = time;
|
||||||
t->dirty = true;
|
t->dirty = true;
|
||||||
|
tp->queued |= TOUCHPAD_EVENT_MOTION;
|
||||||
break;
|
break;
|
||||||
case ABS_Y:
|
case ABS_Y:
|
||||||
t->y = e->value;
|
t->y = e->value;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue