mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-06 04:06:11 -05:00
build: require libinput v1.19
This version has been published back in 2021.
This commit is contained in:
parent
ee24201e26
commit
0a79bc28c7
4 changed files with 1 additions and 15 deletions
|
|
@ -136,7 +136,6 @@ void handle_pointer_axis(struct libinput_event *event,
|
|||
wl_signal_emit_mutable(&pointer->events.frame, 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) {
|
||||
struct libinput_event_pointer *pevent =
|
||||
|
|
@ -173,7 +172,6 @@ void handle_pointer_axis_value120(struct libinput_event *event,
|
|||
}
|
||||
wl_signal_emit_mutable(&pointer->events.frame, pointer);
|
||||
}
|
||||
#endif
|
||||
|
||||
void handle_pointer_swipe_begin(struct libinput_event *event,
|
||||
struct wlr_pointer *pointer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue