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:
Peter Hutterer 2025-01-07 11:34:49 +10:00
parent f168f7d83a
commit 800eeaea7e

View file

@ -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;