From 9b7ee63774a0d9e51ee677ed5e924093e71b8847 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 8 Dec 2022 02:04:58 +0100 Subject: xwayland: use HAVE_ prefix for xcb_xfixes_set_client_disconnect_mode 86fc2199f85a ("build: unify naming for HAVE_* defines") has switched over all other feature defines from HAS_* to HAVE_*, but missed this one. --- xwayland/xwayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xwayland/xwayland.c') diff --git a/xwayland/xwayland.c b/xwayland/xwayland.c index abaebd0d..75c09f31 100644 --- a/xwayland/xwayland.c +++ b/xwayland/xwayland.c @@ -102,7 +102,7 @@ struct wlr_xwayland *wlr_xwayland_create(struct wl_display *wl_display, struct wlr_xwayland_server_options options = { .lazy = lazy, .enable_wm = true, -#if HAS_XCB_XFIXES_SET_CLIENT_DISCONNECT_MODE +#if HAVE_XCB_XFIXES_SET_CLIENT_DISCONNECT_MODE .terminate_delay = lazy ? 10 : 0, #endif }; -- cgit v1.2.3