1xcb_sync_alarm_notify_event_t(3)  XCB Events  xcb_sync_alarm_notify_event_t(3)
2
3
4

NAME

6       xcb_sync_alarm_notify_event_t -
7

SYNOPSIS

9       #include <xcb/sync.h>
10
11   Event datastructure
12       typedef struct xcb_sync_alarm_notify_event_t {
13           uint8_t          response_type;
14           uint8_t          kind;
15           uint16_t         sequence;
16           xcb_sync_alarm_t alarm;
17           xcb_sync_int64_t counter_value;
18           xcb_sync_int64_t alarm_value;
19           xcb_timestamp_t  timestamp;
20           uint8_t          state;
21           uint8_t          pad0[3];
22       } xcb_sync_alarm_notify_event_t;
23

EVENT FIELDS

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

DESCRIPTION

SEE ALSO

AUTHOR

50       Generated from sync.xml. Contact xcb@lists.freedesktop.org for correcā€
51       tions and improvements.
52
53
54
55X Version 11                      libxcb 1.13 xcb_sync_alarm_notify_event_t(3)
Impressum