Function x11rb::protocol::glx::create_glx_pixmap

source ·
pub fn create_glx_pixmap<Conn>(
    conn: &Conn,
    screen: u32,
    visual: Visualid,
    pixmap: Pixmap,
    glx_pixmap: Pixmap
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,