[−][src]Function xcb::xproto::get_window_attributes_unchecked  
pub fn get_window_attributes_unchecked<'a>(
c: &'a Connection,
window: Window
) -> GetWindowAttributesCookie<'a>
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.