test: add a comment

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-05-27 13:02:52 +10:00
parent 0cd54c5987
commit e2b5f0abb6

View 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);