mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 18:40:28 +01:00
test: add a comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0cd54c5987
commit
e2b5f0abb6
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue