From: Michael Stapelberg Date: Sun, 31 Jul 2011 16:32:28 +0000 (+0200) Subject: add xcb_icccm_get_wm_protocols to xcb_compat.h (Thanks Merovius) X-Git-Tag: 4.0~14^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a41aea75b27298ee9e87d97691a6ff67e25fe3c;p=i3%2Fi3 add xcb_icccm_get_wm_protocols to xcb_compat.h (Thanks Merovius) --- diff --git a/include/xcb_compat.h b/include/xcb_compat.h index 736cbb99..c00e2663 100644 --- a/include/xcb_compat.h +++ b/include/xcb_compat.h @@ -2,6 +2,7 @@ #define _XCB_COMPAT_H #define xcb_icccm_get_wm_protocols_reply_t xcb_get_wm_protocols_reply_t +#define xcb_icccm_get_wm_protocols xcb_get_wm_protocols #define xcb_icccm_get_wm_protocols_unchecked xcb_get_wm_protocols_unchecked #define xcb_icccm_get_wm_protocols_reply xcb_get_wm_protocols_reply #define xcb_icccm_get_wm_protocols_reply_wipe xcb_get_wm_protocols_reply_wipe