XCB  1.14
ge.h
1 /*
2  * This file generated automatically from ge.xml by c_client.py.
3  * Edit at your peril.
4  */
5 
12 #ifndef __GE_H
13 #define __GE_H
14 
15 #include "xcb.h"
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 #define XCB_GENERICEVENT_MAJOR_VERSION 1
22 #define XCB_GENERICEVENT_MINOR_VERSION 0
23 
24 extern xcb_extension_t xcb_genericevent_id;
25 
30  unsigned int sequence;
32 
34 #define XCB_GENERICEVENT_QUERY_VERSION 0
35 
40  uint8_t major_opcode;
41  uint8_t minor_opcode;
42  uint16_t length;
43  uint16_t client_major_version;
44  uint16_t client_minor_version;
46 
51  uint8_t response_type;
52  uint8_t pad0;
53  uint16_t sequence;
54  uint32_t length;
55  uint16_t major_version;
56  uint16_t minor_version;
57  uint8_t pad1[20];
59 
70  uint16_t client_major_version,
71  uint16_t client_minor_version);
72 
86  uint16_t client_major_version,
87  uint16_t client_minor_version);
88 
106  xcb_generic_error_t **e);
107 
108 
109 #ifdef __cplusplus
110 }
111 #endif
112 
113 #endif
114