From 86fc2199f85ac0e1089bb7fd5a0b5cbc432bdb67 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 25 Nov 2022 18:15:31 +0100 Subject: build: unify naming for HAVE_* defines We sometimes used HAS_, sometimes polluted the LIBINPUT_ namespace, etc. --- include/xwayland/xwm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/xwayland') diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index 7ed97b15..c057e1b7 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -8,7 +8,7 @@ #include "config.h" #include "xwayland/selection.h" -#if HAS_XCB_ERRORS +#if HAVE_XCB_ERRORS #include #endif @@ -126,7 +126,7 @@ struct wlr_xwm { const xcb_query_extension_reply_t *xfixes; const xcb_query_extension_reply_t *xres; uint32_t xfixes_major_version; -#if HAS_XCB_ERRORS +#if HAVE_XCB_ERRORS xcb_errors_context_t *errors_context; #endif unsigned int last_focus_seq; -- cgit v1.2.3