XCB  1.12
bigreq.h
1 /*
2  * This file generated automatically from bigreq.xml by c_client.py.
3  * Edit at your peril.
4  */
5 
12 #ifndef __BIGREQ_H
13 #define __BIGREQ_H
14 
15 #include "xcb.h"
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 #define XCB_BIGREQUESTS_MAJOR_VERSION 0
22 #define XCB_BIGREQUESTS_MINOR_VERSION 0
23 
24 extern xcb_extension_t xcb_big_requests_id;
25 
30  unsigned int sequence;
32 
34 #define XCB_BIG_REQUESTS_ENABLE 0
35 
40  uint8_t major_opcode;
41  uint8_t minor_opcode;
42  uint16_t length;
44 
49  uint8_t response_type;
50  uint8_t pad0;
51  uint16_t sequence;
52  uint32_t length;
53  uint32_t maximum_request_length;
55 
66 
80 
99 
100 
101 #ifdef __cplusplus
102 }
103 #endif
104 
105 #endif
106 
Generic error.
Definition: xcb.h:170
Definition: xcbext.h:39
struct xcb_big_requests_enable_cookie_t xcb_big_requests_enable_cookie_t
xcb_big_requests_enable_cookie_t
xcb_big_requests_enable_cookie_t xcb_big_requests_enable_unchecked(xcb_connection_t *c)
Definition: bigreq.c:45
xcb_big_requests_enable_request_t
Definition: bigreq.h:39
struct xcb_big_requests_enable_reply_t xcb_big_requests_enable_reply_t
xcb_big_requests_enable_reply_t
xcb_big_requests_enable_cookie_t xcb_big_requests_enable(xcb_connection_t *c)
Definition: bigreq.c:21
struct xcb_big_requests_enable_request_t xcb_big_requests_enable_request_t
xcb_big_requests_enable_request_t
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
Definition: xcbint.h:198
xcb_big_requests_enable_reply_t
Definition: bigreq.h:48