.TH xcb_unmap_notify_event_t 3 "libxcb 1.17.0" "X Version 11" "XCB Events" .ad l .SH NAME xcb_unmap_notify_event_t \- a window is unmapped .SH SYNOPSIS .hy 0 .B #include .PP .SS Event datastructure .nf .sp typedef struct xcb_unmap_notify_event_t { uint8_t \fIresponse_type\fP; uint8_t \fIpad0\fP; uint16_t \fIsequence\fP; xcb_window_t \fIevent\fP; xcb_window_t \fIwindow\fP; uint8_t \fIfrom_configure\fP; uint8_t \fIpad1\fP[3]; } \fBxcb_unmap_notify_event_t\fP; .fi .br .hy 1 .SH EVENT FIELDS .IP \fIresponse_type\fP 1i The type of this event, in this case \fIXCB_UNMAP_NOTIFY\fP. This field is also present in the \fIxcb_generic_event_t\fP and can be used to tell events apart from each other. .IP \fIsequence\fP 1i The sequence number of the last request processed by the X11 server. .IP \fIevent\fP 1i The reconfigured window or its parent, depending on whether \fIStructureNotify\fP or \fISubstructureNotify\fP was selected. .IP \fIwindow\fP 1i The window that was unmapped. .IP \fIfrom_configure\fP 1i Set to 1 if the event was generated as a result of a resizing of the window's parent when \fIwindow\fP had a win_gravity of \fIUnmapGravity\fP. .SH DESCRIPTION .SH SEE ALSO .BR xcb_generic_event_t (3), .BR xcb_unmap_window (3) .SH AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.