From 2487273b5eb4eb0ea1a58c58c3fec3c03b576c37 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 16 Apr 2025 19:03:51 +1000 Subject: [PATCH] test: use litest_dispatch() in litest_wait_for_events() Part-of: --- test/litest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/litest.c b/test/litest.c index 84c6ea39..f4af0269 100644 --- a/test/litest.c +++ b/test/litest.c @@ -3452,7 +3452,7 @@ _litest_wait_for_event_of_type(struct libinput *li, int rc = poll(&fds, 1, timeout); litest_assert_errno_success(rc); litest_assert_int_gt(rc, 0); - libinput_dispatch(li); + litest_dispatch(li); } if (type == LIBINPUT_EVENT_NONE) {