diff --git a/test/litest-wacom-touch.c b/test/litest-wacom-touch.c index ca4bdf5a..b3118824 100644 --- a/test/litest-wacom-touch.c +++ b/test/litest-wacom-touch.c @@ -63,12 +63,12 @@ static struct litest_device_interface interface = { }; static struct input_absinfo absinfo[] = { - { ABS_X, 0, 2776, 75 }, - { ABS_Y, 0, 1569, 129 }, - { ABS_MT_SLOT, 0, 1, 0 }, + { ABS_X, 0, 2776, 0, 0, 10 }, + { ABS_Y, 0, 1569, 0, 0, 9 }, + { ABS_MT_SLOT, 0, 1, 0, 0, 0 }, { ABS_MT_POSITION_X, 0, 2776, 0, 0, 10 }, { ABS_MT_POSITION_Y, 0, 1569, 0, 0, 9 }, - { ABS_MT_TRACKING_ID, 0, 65535, 0 }, + { ABS_MT_TRACKING_ID, 0, 65535, 0, 0, 0 }, { .value = -1 }, };