1xcb_randr_screen_change_notify_evenXtC_Btx(Ec3vb)e_nrtasndr_screen_change_notify_event_t(3)
2
3
4
6 xcb_randr_screen_change_notify_event_t -
7
9 #include <xcb/randr.h>
10
11 Event datastructure
12 typedef struct xcb_randr_screen_change_notify_event_t {
13 uint8_t response_type;
14 uint8_t rotation;
15 uint16_t sequence;
16 xcb_timestamp_t timestamp;
17 xcb_timestamp_t config_timestamp;
18 xcb_window_t root;
19 xcb_window_t request_window;
20 uint16_t sizeID;
21 uint16_t subpixel_order;
22 uint16_t width;
23 uint16_t height;
24 uint16_t mwidth;
25 uint16_t mheight;
26 } xcb_randr_screen_change_notify_event_t;
27
29 response_type
30 The type of this event, in this case XCB_RAN‐
31 DR_SCREEN_CHANGE_NOTIFY. This field is also present in the
32 xcb_generic_event_t and can be used to tell events apart from
33 each other.
34
35 sequence The sequence number of the last request processed by the X11
36 server.
37
38 rotation NOT YET DOCUMENTED.
39
40 timestamp NOT YET DOCUMENTED.
41
42 config_timestamp
43 NOT YET DOCUMENTED.
44
45 root NOT YET DOCUMENTED.
46
47 request_window
48 NOT YET DOCUMENTED.
49
50 sizeID NOT YET DOCUMENTED.
51
52 subpixel_order
53 NOT YET DOCUMENTED.
54
55 width NOT YET DOCUMENTED.
56
57 height NOT YET DOCUMENTED.
58
59 mwidth NOT YET DOCUMENTED.
60
61 mheight NOT YET DOCUMENTED.
62
66 Generated from randr.xml. Contact xcb@lists.freedesktop.org for correc‐
67 tions and improvements.
68
69
70
71X Version 11 libxcxbcb1_.r1a3n.d1r_screen_change_notify_event_t(3)