Function xcb::xproto::get_geometry[][src]

pub fn get_geometry<'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: