mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-01 23:20:09 +01: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->millis = time;
|
||||
t->dirty = true;
|
||||
tp->queued |= TOUCHPAD_EVENT_MOTION;
|
||||
break;
|
||||
case ABS_Y:
|
||||
t->y = e->value;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue