xcb_free_pixmap (3) Linux Manual Page
xcb_free_pixmap – Destroys a pixmap Synopsis #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_free_pixmap(xcb_connection_t *conn, xcb_pixmap_t pixmap); Request Arguments conn The XCB connection to X11. pixmap The pixmap to destroy. Description Deletes the association between the pixmap ID and the pixmap. The pixmap storage will be freed when there are no more references to it. Return Value…
