1xcb_present_complete_notify_event_tX(C3B)Evexnctbs_present_complete_notify_event_t(3)
2
3
4

NAME

6       xcb_present_complete_notify_event_t -
7

SYNOPSIS

9       #include <xcb/present.h>
10
11   Event datastructure
12       typedef struct xcb_present_complete_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             kind;
19           uint8_t             mode;
20           xcb_present_event_t event;
21           xcb_window_t        window;
22           uint32_t            serial;
23           uint64_t            ust;
24           uint32_t            full_sequence;
25           uint64_t            msc;
26       } xcb_present_complete_notify_event_t;
27

EVENT FIELDS

29       response_type
30                 The type of this event, in this case XCB_PRESENT_COMPLETE_NO‐
31                 TIFY. This field is also present in the xcb_generic_event_t
32                 and can be used to tell events apart from each other.
33
34       sequence  The sequence number of the last request processed by the X11
35                 server.
36
37       extension NOT YET DOCUMENTED.
38
39       length    NOT YET DOCUMENTED.
40
41       event_type
42                 NOT YET DOCUMENTED.
43
44       kind      NOT YET DOCUMENTED.
45
46       mode      NOT YET DOCUMENTED.
47
48       event     NOT YET DOCUMENTED.
49
50       window    NOT YET DOCUMENTED.
51
52       serial    NOT YET DOCUMENTED.
53
54       ust       NOT YET DOCUMENTED.
55
56       full_sequence
57                 NOT YET DOCUMENTED.
58
59       msc       NOT YET DOCUMENTED.
60

DESCRIPTION

SEE ALSO

AUTHOR

64       Generated from present.xml. Contact xcb@lists.freedesktop.org for cor‐
65       rections and improvements.
66
67
68
69X Version 11                      libxcbx1c.b1_3present_complete_notify_event_t(3)
Impressum