From: David Hill Date: Fri, 13 Jul 2012 18:04:34 +0000 (-0400) Subject: missed xcb_icccm_get_wm_protocols_reply_wipe define to compile on older xcb-utils X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=d633bcc7fc4564b669be2a65e019d8e531642203;p=spectrwm.git missed xcb_icccm_get_wm_protocols_reply_wipe define to compile on older xcb-utils --- 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