1xcb_dri2_invalidate_buffers_event_tX(C3B)Evexnctbs_dri2_invalidate_buffers_event_t(3)
2
3
4
6 xcb_dri2_invalidate_buffers_event_t -
7
9 #include <xcb/dri2.h>
10
11 Event datastructure
12 typedef struct xcb_dri2_invalidate_buffers_event_t {
13 uint8_t response_type;
14 uint8_t pad0;
15 uint16_t sequence;
16 xcb_drawable_t drawable;
17 } xcb_dri2_invalidate_buffers_event_t;
18
20 response_type
21 The type of this event, in this case XCB_DRI2_INVALIDATE_BUF‐
22 FERS. This field is also present in the xcb_generic_event_t
23 and can be used to tell events apart from each other.
24
25 sequence The sequence number of the last request processed by the X11
26 server.
27
28 drawable NOT YET DOCUMENTED.
29
33 Generated from dri2.xml. Contact xcb@lists.freedesktop.org for correc‐
34 tions and improvements.
35
36
37
38X Version 11 libxcb 1x.c1b3_.d1ri2_invalidate_buffers_event_t(3)