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:
c: The connection object to the server
drawable: The drawable (
Window
orPixmap
) of which the geometry will be received.