Function x11rb::protocol::xfixes::create_region_from_gc

source ยท
pub fn create_region_from_gc<Conn>(
    conn: &Conn,
    region: Region,
    gc: Gcontext,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,