[][src]Function clipboard_x11::get_window_attributes_unchecked

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

Gets window attributes

Gets the current attributes for the specified window.

parameters:

  • c: The connection object to the server

  • window: The window to get the attributes from.