Function x11rb::protocol::xf86dri::create_drawable

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