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

NAME

6       xcb_destroy_notify_event_t - a window is destroyed
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Event datastructure
12       typedef struct xcb_destroy_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_destroy_notify_event_t;
19

EVENT FIELDS

21       response_type
22                 The type of this event, in this case XCB_DESTROY_NOTIFY. This
23                 field is also present in the xcb_generic_event_t and can be
24                 used to tell events apart from each other.
25
26       sequence  The sequence number of the last request processed by the X11
27                 server.
28
29       event     The reconfigured window or its parent, depending on whether
30                 StructureNotify or SubstructureNotify was selected.
31
32       window    The window that is destroyed.
33

DESCRIPTION

SEE ALSO

36       xcb_generic_event_t(3), xcb_destroy_window(3)
37

AUTHOR

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