1xcb_sync_counter_notify_event_t(3)XCB Eventsxcb_sync_counter_notify_event_t(3)
2
3
4

NAME

6       xcb_sync_counter_notify_event_t -
7

SYNOPSIS

9       #include <xcb/sync.h>
10
11   Event datastructure
12       typedef struct xcb_sync_counter_notify_event_t {
13           uint8_t            response_type;
14           uint8_t            kind;
15           uint16_t           sequence;
16           xcb_sync_counter_t counter;
17           xcb_sync_int64_t   wait_value;
18           xcb_sync_int64_t   counter_value;
19           xcb_timestamp_t    timestamp;
20           uint16_t           count;
21           uint8_t            destroyed;
22           uint8_t            pad0;
23       } xcb_sync_counter_notify_event_t;
24

EVENT FIELDS

26       response_type
27                 The type of this event, in this case XCB_SYNC_COUNTER_NOTIFY.
28                 This field is also present in the xcb_generic_event_t and can
29                 be used to tell events apart from each other.
30
31       sequence  The sequence number of the last request processed by the X11
32                 server.
33
34       kind      NOT YET DOCUMENTED.
35
36       counter   NOT YET DOCUMENTED.
37
38       wait_value
39                 NOT YET DOCUMENTED.
40
41       counter_value
42                 NOT YET DOCUMENTED.
43
44       timestamp NOT YET DOCUMENTED.
45
46       count     NOT YET DOCUMENTED.
47
48       destroyed NOT YET DOCUMENTED.
49

DESCRIPTION

SEE ALSO

AUTHOR

53       Generated from sync.xml. Contact xcb@lists.freedesktop.org for correcā€
54       tions and improvements.
55
56
57
58X Version 11                      libxcb 1.13xcb_sync_counter_notify_event_t(3)
Impressum