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