From d633bcc7fc4564b669be2a65e019d8e531642203 Mon Sep 17 00:00:00 2001 From: David Hill Date: Fri, 13 Jul 2012 14:04:34 -0400 Subject: [PATCH] missed xcb_icccm_get_wm_protocols_reply_wipe define to compile on older xcb-utils --- spectrwm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/spectrwm.c b/spectrwm.c index ce5a1f6..0c2495b 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -145,6 +145,7 @@ static const char *buildstr = SPECTRWM_VERSION; #define xcb_icccm_get_wm_protocols xcb_get_wm_protocols #define xcb_icccm_get_wm_protocols_reply xcb_get_wm_protocols_reply #define xcb_icccm_get_wm_protocols_reply_t xcb_get_wm_protocols_reply_t +#define xcb_icccm_get_wm_protocols_reply_wipe xcb_get_wm_protocols_reply_wipe #define xcb_icccm_get_wm_transient_for xcb_get_wm_transient_for #define xcb_icccm_get_wm_transient_for_reply xcb_get_wm_transient_for_reply #define xcb_icccm_wm_hints_t xcb_wm_hints_t -- 1.7.10.4