Function x11rb::protocol::shape::offset

source ยท
pub fn offset<Conn>(
    conn: &Conn,
    destination_kind: SK,
    destination_window: Window,
    x_offset: i16,
    y_offset: i16,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,