aboutsummaryrefslogtreecommitdiff
path: root/include/backend/x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/x11.h')
-rw-r--r--include/backend/x11.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h
index 49172235..89760069 100644
--- a/include/backend/x11.h
+++ b/include/backend/x11.h
@@ -9,7 +9,7 @@
#include <xcb/xcb.h>
#include <xcb/present.h>
-#if WLR_HAS_XCB_ERRORS
+#if HAS_XCB_ERRORS
#include <xcb/xcb_errors.h>
#endif
@@ -103,7 +103,7 @@ struct wlr_x11_backend {
// The time we last received an event
xcb_timestamp_t time;
-#if WLR_HAS_XCB_ERRORS
+#if HAS_XCB_ERRORS
xcb_errors_context_t *errors_context;
#endif