build: require libinput v1.19

This version has been published back in 2021.
This commit is contained in:
Simon Ser 2024-07-04 22:51:07 +02:00
parent ee24201e26
commit 0a79bc28c7
4 changed files with 1 additions and 15 deletions

View file

@ -71,10 +71,8 @@ void handle_pointer_button(struct libinput_event *event,
struct wlr_pointer *pointer);
void handle_pointer_axis(struct libinput_event *event,
struct wlr_pointer *pointer);
#if HAVE_LIBINPUT_SCROLL_VALUE120
void handle_pointer_axis_value120(struct libinput_event *event,
struct wlr_pointer *pointer, enum wl_pointer_axis_source source);
#endif
void handle_pointer_swipe_begin(struct libinput_event *event,
struct wlr_pointer *pointer);
void handle_pointer_swipe_update(struct libinput_event *event,