From 3a41aea75b27298ee9e87d97691a6ff67e25fe3c Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 31 Jul 2011 18:32:28 +0200 Subject: [PATCH] add xcb_icccm_get_wm_protocols to xcb_compat.h (Thanks Merovius) --- include/xcb_compat.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5