NAME
xcbmaprequesteventt - window wants to be mapped SYNOPSIS
#include
Event datastructure typedef struct xcbmaprequesteventt { uint8t responsetype; uint8t pad0; uint16t sequence; xcbwindowt parent; xcbwindowt window; } xcbmaprequesteventt; EVENT FIELDS responsetype The type of this event, in this case XCBMAPREQUEST. This field is also present in the xcbgenericeventt and can be used to tell events apart from each other. sequence The sequence number of the last request processed by the X11 server. parent The parent of window. window The window to be mapped. DESCRIPTION SEE ALSO xcbgenericeventt(3), xcbmapwindow(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbmaprequesteventt(3)