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

NAME

6       xcb_resize_request_event_t -
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Event datastructure
12       typedef struct xcb_resize_request_event_t {
13           uint8_t      response_type;
14           uint8_t      pad0;
15           uint16_t     sequence;
16           xcb_window_t window;
17           uint16_t     width;
18           uint16_t     height;
19       } xcb_resize_request_event_t;
20

EVENT FIELDS

22       response_type
23                 The type of this event, in this case XCB_RESIZE_REQUEST. 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       window    NOT YET DOCUMENTED.
31
32       width     NOT YET DOCUMENTED.
33
34       height    NOT YET DOCUMENTED.
35

DESCRIPTION

SEE ALSO

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_resize_request_event_t(3)
Impressum