Function x11rb::protocol::xfixes::create_region_from_gc[][src]

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