xcb_unmap_window

@brief Makes a window invisible

@param c The connection @param window The window to make invisible. @return A cookie

Unmaps the specified window. This means making the window invisible (and all its child windows).

Unmapping a window leads to the UnmapNotify event being generated. Also, Expose events are generated for formerly obscured windows.

Meta