1xcb_focus_in_event_t(3) XCB Events xcb_focus_in_event_t(3)
2
3
4
6 xcb_focus_in_event_t - NOT YET DOCUMENTED
7
9 #include <xcb/xproto.h>
10
11 Event datastructure
12 typedef struct xcb_focus_in_event_t {
13 uint8_t response_type;
14 uint8_t detail;
15 uint16_t sequence;
16 xcb_window_t event;
17 uint8_t mode;
18 uint8_t pad0[3];
19 } xcb_focus_in_event_t;
20
22 response_type
23 The type of this event, in this case XCB_FOCUS_OUT. This
24 field is also present in the xcb_generic_event_t and can be
25 used to tell events apart from each other.
26
27 sequence The sequence number of the last request processed by the X11
28 server.
29
30 detail
31
32
33 event The window on which the focus event was generated. This is
34 the window used by the X server to report the event.
35
36 mode
37
38
41 xcb_generic_event_t(3)
42
44 Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
45 rections and improvements.
46
47
48
49X Version 11 libxcb 1.13.1 xcb_focus_in_event_t(3)