xcb_change_gc (3) Linux Manual Page
xcb_change_gc – change graphics context components Synopsis #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_change_gc(xcb_connection_t *conn, xcb_gcontext_t gc, uint32_t value_mask, const void *value_list); Request Arguments conn The XCB connection to X11. gc The graphics context to change. value_mask One of the following values: XCB_GC_FUNCTION TODO: Refer to GX XCB_GC_PLANE_MASK In graphics operations, given a source and destination…
