Function x11rb::protocol::dri2::create_drawable

source ·
pub fn create_drawable<Conn>(
    conn: &Conn,
    drawable: Drawable
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,