mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-09 16:50:19 +01:00
test: Fix name of litest_button_click() definition
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>
This commit is contained in:
parent
3bee64a845
commit
d9bfaeb59e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue