[−][src]Function xcb::xproto::get_geometry_unchecked
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:
-
c: The connection object to the server
-
drawable: The drawable (
WindoworPixmap) of which the geometry will be received.