Function xcb::xproto::get_geometry_unchecked[][src]

pub fn get_geometry_unchecked<'a>(
    c: &'a Connection,
    drawable: Drawable
) -> GetGeometryCookie<'a>

Get current window geometry

Gets the current geometry of the specified drawable (either Window or Pixmap).

parameters: