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:
3bee64a
)
test: Fix name of litest_button_click() definition
author
Jonas Ådahl
<jadahl@gmail.com>
Tue, 25 Mar 2014 21:56:58 +0000
(22:56 +0100)
committer
Jonas Ådahl
<jadahl@gmail.com>
Wed, 9 Apr 2014 18:51:46 +0000
(20:51 +0200)
In litest.h it was called litest_button_click() while in litest.c
litest_click(); update the definition to be the same as the declaration.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
test/litest.c
patch
|
blob
|
history
diff --git
a/test/litest.c
b/test/litest.c
index 5102ab17dc5050aec96ce9d10ebe35d5ba7be089..af7fd39f47f95fb79acd0f5d4a24e775fe82b99a 100644
(file)
--- a/
test/litest.c
+++ b/
test/litest.c
@@
-643,7
+643,7
@@
litest_touch_move_to(struct litest_device *d,
}
void
-litest_click(struct litest_device *d, unsigned int button, bool is_press)
+litest_
button_
click(struct litest_device *d, unsigned int button, bool is_press)
{
struct input_event *ev;