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

NAME

6       xcb_visibility_notify_event_t -
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Event datastructure
12       typedef struct xcb_visibility_notify_event_t {
13           uint8_t      response_type;
14           uint8_t      pad0;
15           uint16_t     sequence;
16           xcb_window_t window;
17           uint8_t      state;
18           uint8_t      pad1[3];
19       } xcb_visibility_notify_event_t;
20

EVENT FIELDS

22       response_type
23                 The type of this event, in this case XCB_VISIBILITY_NOTIFY.
24                 This field is also present in the xcb_generic_event_t and can
25                 be 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       window    NOT YET DOCUMENTED.
31
32       state     NOT YET DOCUMENTED.
33

DESCRIPTION

SEE ALSO

AUTHOR

37       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
38       rections and improvements.
39
40
41
42X Version 11                      libxcb 1.13 xcb_visibility_notify_event_t(3)
Impressum