summaryrefslogtreecommitdiff
path: root/test/gestures.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gestures.c')
-rw-r--r--test/gestures.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/gestures.c b/test/gestures.c
index 9e447248..9fc73b97 100644
--- a/test/gestures.c
+++ b/test/gestures.c
@@ -294,13 +294,13 @@ START_TEST(gestures_spread)
for (i = 0; i < 15; i++) {
litest_push_event_frame(dev);
if (dir_x > 0.0)
- dir_x += 2;
+ dir_x += 1;
else if (dir_x < 0.0)
- dir_x -= 2;
+ dir_x -= 1;
if (dir_y > 0.0)
- dir_y += 2;
+ dir_y += 1;
else if (dir_y < 0.0)
- dir_y -= 2;
+ dir_y -= 1;
litest_touch_move(dev,
0,
50 + dir_x,