[][src]Function clipboard_x11::get_geometry_unchecked

pub fn get_geometry_unchecked(
    c: &'a Connection,
    drawable: u32
) -> Cookie<'a, xcb_get_geometry_cookie_t>

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 or Pixmap) of which the geometry will be received.