From: David Hill Date: Mon, 9 Jul 2012 21:51:37 +0000 (-0400) Subject: missing xcb_icccm_get_wm_hints_reply #define for __OpenBSD__ X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=c6884e7ede70025416cbf23e0279b58be2af778e;p=spectrwm.git missing xcb_icccm_get_wm_hints_reply #define for __OpenBSD__ --- diff --git a/spectrwm.c b/spectrwm.c index 2a0f8a9..95f2600 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -124,6 +124,7 @@ static const char *buildstr = SPECTRWM_VERSION; #if defined(__OpenBSD__) #define xcb_icccm_wm_hints_t xcb_wm_hints_t #define xcb_icccm_get_wm_hints xcb_get_wm_hints +#define xcb_icccm_get_wm_hints_reply xcb_get_wm_hints_reply #define XCB_ICCCM_WM_HINT_X_URGENCY XCB_WM_HINT_X_URGENCY #define XCB_ICCCM_WM_STATE_ICONIC XCB_WM_STATE_ICONIC #define XCB_ICCCM_WM_STATE_WITHDRAWN XCB_WM_STATE_WITHDRAWN