1xcb_xkb_indicator_state_notify_evenXtC_Btx(Ec3vb)e_nxtksb_indicator_state_notify_event_t(3)
2
3
4
6 xcb_xkb_indicator_state_notify_event_t -
7
9 #include <xcb/xkb.h>
10
11 Event datastructure
12 typedef struct xcb_xkb_indicator_state_notify_event_t {
13 uint8_t response_type;
14 uint8_t xkbType;
15 uint16_t sequence;
16 xcb_timestamp_t time;
17 uint8_t deviceID;
18 uint8_t pad0[3];
19 uint32_t state;
20 uint32_t stateChanged;
21 uint8_t pad1[12];
22 } xcb_xkb_indicator_state_notify_event_t;
23
25 response_type
26 The type of this event, in this case XCB_XKB_INDICA‐
27 TOR_STATE_NOTIFY. This field is also present in the
28 xcb_generic_event_t and can be used to tell events apart from
29 each other.
30
31 sequence The sequence number of the last request processed by the X11
32 server.
33
34 xkbType NOT YET DOCUMENTED.
35
36 time NOT YET DOCUMENTED.
37
38 deviceID NOT YET DOCUMENTED.
39
40 state NOT YET DOCUMENTED.
41
42 stateChanged
43 NOT YET DOCUMENTED.
44
48 Generated from xkb.xml. Contact xcb@lists.freedesktop.org for correc‐
49 tions and improvements.
50
51
52
53X Version 11 libxxccbb_1x.k1b3_indicator_state_notify_event_t(3)