mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 13:30:27 +01:00
test: fix x/y resolution for a test device
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c193f7d13b
commit
9de131f082
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ START_TEST(touch_abs_transform)
|
|||
bool tested = false;
|
||||
|
||||
struct input_absinfo abs[] = {
|
||||
{ ABS_X, 0, 32767, 75, 0, 0 },
|
||||
{ ABS_Y, 0, 32767, 129, 0, 0 },
|
||||
{ ABS_X, 0, 32767, 75, 0, 10 },
|
||||
{ ABS_Y, 0, 32767, 129, 0, 9 },
|
||||
{ ABS_MT_POSITION_X, 0, 32767, 0, 0, 10 },
|
||||
{ ABS_MT_POSITION_Y, 0, 32767, 0, 0, 9 },
|
||||
{ .value = -1 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue