NAME
xcbunmapnotifyeventt - a window is unmapped SYNOPSIS
#include
Event datastructure typedef struct xcbunmapnotifyeventt { uint8t responsetype; uint8t pad0; uint16t sequence; xcbwindowt event; xcbwindowt window; uint8t fromconfigure; uint8t pad1[3]; } xcbunmapnotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBUNMAPNOTIFY. 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. event The reconfigured window or its parent, depending on whether StructureNotify or SubstructureNotify was selected. window The window that was unmapped. fromconfigure Set to 1 if the event was generated as a result of a resizing of the window's parent when window had a wingravity of Un‐ mapGravity. DESCRIPTION SEE ALSO xcbgenericeventt(3), xcbunmapwindow(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbunmapnotifyeventt(3)