Signed-off-by: Jonas Ådahl <jad...@gmail.com>
---
 test/litest-wacom-touch.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/litest-wacom-touch.c b/test/litest-wacom-touch.c
index a33e085..464d541 100644
--- a/test/litest-wacom-touch.c
+++ b/test/litest-wacom-touch.c
@@ -54,8 +54,8 @@ litest_wacom_touch_touch_down(struct litest_device *d,
 
        down[0].value = litest_scale(d, ABS_X, x);
        down[1].value = litest_scale(d, ABS_Y, y);
-       down[5].value = litest_scale(d, ABS_X, x);
-       down[6].value = litest_scale(d, ABS_Y, y);
+       down[4].value = litest_scale(d, ABS_X, x);
+       down[5].value = litest_scale(d, ABS_Y, y);
 
        ARRAY_FOR_EACH(down, ev)
                litest_event(d, ev->type, ev->code, ev->value);
-- 
1.8.3.2

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to