Function x11rb::protocol::xfixes::set_window_shape_region

source ·
pub fn set_window_shape_region<Conn, A>(
    conn: &Conn,
    dest: Window,
    dest_kind: SK,
    x_offset: i16,
    y_offset: i16,
    region: A
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized, A: Into<Region>,