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

NAME

6       xcb_map_request_event_t - window wants to be mapped
7

SYNOPSIS

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

EVENT FIELDS

21       response_type
22                 The type of this event, in this case XCB_MAP_REQUEST. 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       parent    The parent of window.
30
31       window    The window to be mapped.
32

DESCRIPTION

SEE ALSO

35       xcb_generic_event_t(3), xcb_map_window(3)
36

AUTHOR

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