xcb_poly_segment (3) Linux Manual Page
xcb_poly_segment – draw lines Synopsis #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_poly_segment(xcb_connection_t *conn, xcb_drawable_t drawable, xcb_gcontext_t gc, uint32_t segments_len, const xcb_segment_t *segments); Request Arguments conn The XCB connection to X11. drawable A drawable (Window or Pixmap) to draw on. gc The graphics context to use. TODO: document which attributes of a gc are used segments_len The…
