1xcb_present_idle_notify_event_t(3)XCB Eventsxcb_present_idle_notify_event_t(3)
2
3
4
6 xcb_present_idle_notify_event_t -
7
9 #include <xcb/present.h>
10
11 Event datastructure
12 typedef struct xcb_present_idle_notify_event_t {
13 uint8_t response_type;
14 uint8_t extension;
15 uint16_t sequence;
16 uint32_t length;
17 uint16_t event_type;
18 uint8_t pad0[2];
19 xcb_present_event_t event;
20 xcb_window_t window;
21 uint32_t serial;
22 xcb_pixmap_t pixmap;
23 xcb_sync_fence_t idle_fence;
24 uint32_t full_sequence;
25 } xcb_present_idle_notify_event_t;
26
28 response_type
29 The type of this event, in this case XCB_PRESENT_IDLE_NOTIFY.
30 This field is also present in the xcb_generic_event_t and can
31 be used to tell events apart from each other.
32
33 sequence The sequence number of the last request processed by the X11
34 server.
35
36 extension NOT YET DOCUMENTED.
37
38 length NOT YET DOCUMENTED.
39
40 event_type
41 NOT YET DOCUMENTED.
42
43 event NOT YET DOCUMENTED.
44
45 window NOT YET DOCUMENTED.
46
47 serial NOT YET DOCUMENTED.
48
49 pixmap NOT YET DOCUMENTED.
50
51 idle_fence
52 NOT YET DOCUMENTED.
53
54 full_sequence
55 NOT YET DOCUMENTED.
56
60 Generated from present.xml. Contact xcb@lists.freedesktop.org for cor‐
61 rections and improvements.
62
63
64
65X Version 11 libxcb 1.13.x1cb_present_idle_notify_event_t(3)