mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
test: fix the ABS_Y handling for the Protocol A test device
No effect on the test results because we never use ABS_Y anyway for multitouch devices. Fixes #505 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
912a457f18
commit
0ccf43600c
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ protocolA_down(struct litest_device *d, unsigned int slot, double x, double y)
|
|||
|
||||
if (first) {
|
||||
litest_event(d, EV_ABS, ABS_X, s->x);
|
||||
litest_event(d, EV_ABS, ABS_X, s->y);
|
||||
litest_event(d, EV_ABS, ABS_Y, s->y);
|
||||
first = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue