summaryrefslogtreecommitdiff
path: root/test/litest-int.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-05-27 13:02:52 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-08-12 15:38:02 +1000
commite2b5f0abb68f710c5bc905b8db67707d6421e830 (patch)
tree508f96108686dbc24dbc725c4415a3a7043cd8a3 /test/litest-int.h
parent0cd54c59879063240c88f10b721470d29dbe4659 (diff)
test: add a comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test/litest-int.h')
-rw-r--r--test/litest-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/litest-int.h b/test/litest-int.h
index ab611a56..ffa30a74 100644
--- a/test/litest-int.h
+++ b/test/litest-int.h
@@ -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);