add xcb_icccm_get_wm_protocols to xcb_compat.h (Thanks Merovius)
This commit is contained in:
parent
52b3646ecc
commit
3a41aea75b
|
@ -2,6 +2,7 @@
|
||||||
#define _XCB_COMPAT_H
|
#define _XCB_COMPAT_H
|
||||||
|
|
||||||
#define xcb_icccm_get_wm_protocols_reply_t xcb_get_wm_protocols_reply_t
|
#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_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 xcb_get_wm_protocols_reply
|
||||||
#define xcb_icccm_get_wm_protocols_reply_wipe xcb_get_wm_protocols_reply_wipe
|
#define xcb_icccm_get_wm_protocols_reply_wipe xcb_get_wm_protocols_reply_wipe
|
||||||
|
|
Loading…
Reference in New Issue