mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 12:40:12 +01:00
test: change the x/y type from int to double in a helper
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1117>
This commit is contained in:
parent
f168f7d83a
commit
800eeaea7e
1 changed files with 1 additions and 1 deletions
|
|
@ -6206,7 +6206,7 @@ END_TEST
|
|||
static void
|
||||
verify_left_handed_tablet_motion(struct litest_device *tablet,
|
||||
struct libinput *li,
|
||||
int x, int y,
|
||||
double x, double y,
|
||||
bool left_handed)
|
||||
{
|
||||
struct libinput_event *event;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue