Function x11rb::protocol::glx::get_polygon_stipple

source ·
pub fn get_polygon_stipple<Conn>(
    conn: &Conn,
    context_tag: ContextTag,
    lsb_first: bool
) -> Result<Cookie<'_, Conn, GetPolygonStippleReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,