XCB  1.11
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 
98  xcb_generic_error_t **e );
99 
100 
101 #ifdef __cplusplus
102 }
103 #endif
104 
105 #endif
106