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

NAME

6       xcb_circulate_notify_event_t - NOT YET DOCUMENTED
7

SYNOPSIS

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

EVENT FIELDS

24       response_type
25                 The type of this event, in this case XCB_CIRCULATE_REQUEST.
26                 This field is also present in the xcb_generic_event_t and can
27                 be used to tell events apart from each other.
28
29       sequence  The sequence number of the last request processed by the X11
30                 server.
31
32       event     Either the restacked window or its parent, depending on
33                 whether StructureNotify or SubstructureNotify was selected.
34
35       window    The restacked window.
36
37       place
38
39

DESCRIPTION

SEE ALSO

42       xcb_generic_event_t(3), xcb_circulate_window(3)
43

AUTHOR

45       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
46       rections and improvements.
47
48
49
50X Version 11                      libxcb 1.13  xcb_circulate_notify_event_t(3)
Impressum