mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-05 13:29:47 -05:00
build: unify naming for HAVE_* defines
We sometimes used HAS_, sometimes polluted the LIBINPUT_ namespace, etc.
This commit is contained in:
parent
a4a40618ad
commit
86fc2199f8
11 changed files with 22 additions and 22 deletions
|
|
@ -124,7 +124,7 @@ void handle_pointer_axis(struct libinput_event *event,
|
|||
wl_signal_emit_mutable(&pointer->events.frame, pointer);
|
||||
}
|
||||
|
||||
#if LIBINPUT_HAS_SCROLL_VALUE120
|
||||
#if HAVE_LIBINPUT_SCROLL_VALUE120
|
||||
void handle_pointer_axis_value120(struct libinput_event *event,
|
||||
struct wlr_pointer *pointer, enum wlr_axis_source source) {
|
||||
struct libinput_event_pointer *pevent =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue