[][src]Function clipboard_x11::unmap_window_checked

pub fn unmap_window_checked(
    c: &'a Connection,
    window: u32
) -> Cookie<'a, xcb_void_cookie_t>

Makes a window invisible

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.

parameters:

  • c: The connection object to the server

  • window: The window to make invisible.