test: add a comment
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 27 May 2015 03:02:52 +0000 (13:02 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 12 Aug 2015 05:38:02 +0000 (15:38 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/litest-int.h

index ab611a5686fcdadbf476dd2bab0a13a126a123fb..ffa30a74343fa2e1a01eca6b098702ff00743879 100644 (file)
@@ -97,8 +97,8 @@ struct litest_device_interface {
        struct input_event *touch_move_events;
        struct input_event *touch_up_events;
 
-       int min[2];
-       int max[2];
+       int min[2]; /* x/y axis minimum */
+       int max[2]; /* x/y axis maximum */
 };
 
 void litest_set_current_device(struct litest_device *device);