1xcb_xv_port_notify_event_t(3) XCB Events xcb_xv_port_notify_event_t(3)
2
3
4
6 xcb_xv_port_notify_event_t -
7
9 #include <xcb/xv.h>
10
11 Event datastructure
12 typedef struct xcb_xv_port_notify_event_t {
13 uint8_t response_type;
14 uint8_t pad0;
15 uint16_t sequence;
16 xcb_timestamp_t time;
17 xcb_xv_port_t port;
18 xcb_atom_t attribute;
19 int32_t value;
20 } xcb_xv_port_notify_event_t;
21
23 response_type
24 The type of this event, in this case XCB_XV_PORT_NOTIFY. This
25 field is also present in the xcb_generic_event_t and can be
26 used to tell events apart from each other.
27
28 sequence The sequence number of the last request processed by the X11
29 server.
30
31 time NOT YET DOCUMENTED.
32
33 port NOT YET DOCUMENTED.
34
35 attribute NOT YET DOCUMENTED.
36
37 value NOT YET DOCUMENTED.
38
42 Generated from xv.xml. Contact xcb@lists.freedesktop.org for correcā
43 tions and improvements.
44
45
46
47X Version 11 libxcb 1.13 xcb_xv_port_notify_event_t(3)