1xcb_no_exposure_event_t(3) XCB Events xcb_no_exposure_event_t(3)
2
3
4
6 xcb_no_exposure_event_t -
7
9 #include <xcb/xproto.h>
10
11 Event datastructure
12 typedef struct xcb_no_exposure_event_t {
13 uint8_t response_type;
14 uint8_t pad0;
15 uint16_t sequence;
16 xcb_drawable_t drawable;
17 uint16_t minor_opcode;
18 uint8_t major_opcode;
19 uint8_t pad1;
20 } xcb_no_exposure_event_t;
21
23 response_type
24 The type of this event, in this case XCB_NO_EXPOSURE. This
25 field is also present in the xcb_generic_event_t and can be
26 used to tell events apart from each other.
27
28 sequence The sequence number of the last request processed by the X11
29 server.
30
31 drawable NOT YET DOCUMENTED.
32
33 minor_opcode
34 NOT YET DOCUMENTED.
35
36 major_opcode
37 NOT YET DOCUMENTED.
38
42 Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
43 rections and improvements.
44
45
46
47X Version 11 libxcb 1.13 xcb_no_exposure_event_t(3)