X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.c;h=95f2600ceb0563c28b32247245f057445c39d61c;hb=c6884e7ede70025416cbf23e0279b58be2af778e;hp=2a0f8a95bca41720cec32969b7df8127768f5364;hpb=45239332817ba3c12aa428309e15eccb7f64df46;p=spectrwm.git 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