@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.
This form can be used only if the request will not cause
a reply to be generated. Any returned error will be
saved for handling by xcb_request_check().
@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.
This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().