projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cd54c5
)
test: add a comment
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 27 May 2015 03:02:52 +0000
(13:02 +1000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/test/litest-int.h
b/test/litest-int.h
index ab611a5686fcdadbf476dd2bab0a13a126a123fb..ffa30a74343fa2e1a01eca6b098702ff00743879 100644
(file)
--- 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);