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

NAME

6       xcb_reparent_notify_event_t -
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Event datastructure
12       typedef struct xcb_reparent_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           xcb_window_t parent;
19           int16_t      x;
20           int16_t      y;
21           uint8_t      override_redirect;
22           uint8_t      pad1[3];
23       } xcb_reparent_notify_event_t;
24

EVENT FIELDS

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

DESCRIPTION

SEE ALSO

AUTHOR

50       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
51       rections and improvements.
52
53
54
55X Version 11                      libxcb 1.13   xcb_reparent_notify_event_t(3)
Impressum