xcb_put_image_checked (3) Linux Manual Page
xcb_put_image – Synopsis #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_put_image(xcb_connection_t *conn, uint8_t format, xcb_drawable_t drawable, xcb_gcontext_t gc, uint16_t width, uint16_t height, int16_t dst_x, int16_t dst_y, uint8_t left_pad, uint8_t depth, uint32_t data_len, const uint8_t *data); Request Arguments conn The XCB connection to X11. format One of the following values: XCB_IMAGE_FORMAT_XY_BITMAP TODO: NOT YET DOCUMENTED. XCB_IMAGE_FORMAT_XY_PIXMAP TODO: NOT…
