1xcb_damage_notify_event_t(3) XCB Events xcb_damage_notify_event_t(3)
2
3
4
6 xcb_damage_notify_event_t -
7
9 #include <xcb/damage.h>
10
11 Event datastructure
12 typedef struct xcb_damage_notify_event_t {
13 uint8_t response_type;
14 uint8_t level;
15 uint16_t sequence;
16 xcb_drawable_t drawable;
17 xcb_damage_damage_t damage;
18 xcb_timestamp_t timestamp;
19 xcb_rectangle_t area;
20 xcb_rectangle_t geometry;
21 } xcb_damage_notify_event_t;
22
24 response_type
25 The type of this event, in this case XCB_DAMAGE_NOTIFY. This
26 field is also present in the xcb_generic_event_t and can be
27 used to tell events apart from each other.
28
29 sequence The sequence number of the last request processed by the X11
30 server.
31
32 level NOT YET DOCUMENTED.
33
34 drawable NOT YET DOCUMENTED.
35
36 damage NOT YET DOCUMENTED.
37
38 timestamp NOT YET DOCUMENTED.
39
40 area NOT YET DOCUMENTED.
41
42 geometry NOT YET DOCUMENTED.
43
47 Generated from damage.xml. Contact xcb@lists.freedesktop.org for cor‐
48 rections and improvements.
49
50
51
52X Version 11 libxcb 1.13.1 xcb_damage_notify_event_t(3)