21#define XCB_BIGREQUESTS_MAJOR_VERSION 0
22#define XCB_BIGREQUESTS_MINOR_VERSION 0
30 unsigned int sequence;
34#define XCB_BIG_REQUESTS_ENABLE 0
49 uint8_t response_type;
53 uint32_t maximum_request_length;
xcb_big_requests_enable_cookie_t xcb_big_requests_enable(xcb_connection_t *c)
Enable the BIG-REQUESTS extension.
Definition bigreq.c:21
xcb_big_requests_enable_cookie_t xcb_big_requests_enable_unchecked(xcb_connection_t *c)
Enable the BIG-REQUESTS extension.
Definition bigreq.c:45
xcb_big_requests_enable_reply_t * xcb_big_requests_enable_reply(xcb_connection_t *c, xcb_big_requests_enable_cookie_t cookie, xcb_generic_error_t **e)
Definition bigreq.c:69
xcb_big_requests_enable_cookie_t
Definition bigreq.h:29
xcb_big_requests_enable_reply_t
Definition bigreq.h:48
xcb_big_requests_enable_request_t
Definition bigreq.h:39
Generic error.
Definition xcb.h:186