xcb_res_query_client_pixmap_bytes (3) Linux Manual Page
xcb_res_query_client_pixmap_bytes – Synopsis #include <xcb/res.h> Request function xcb_res_query_client_pixmap_bytes_cookie_t xcb_res_query_client_pixmap_bytes(xcb_connection_t *conn, uint32_t xid); Reply datastructure typedef struct xcb_res_query_client_pixmap_bytes_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t bytes; uint32_t bytes_overflow; } xcb_res_query_client_pixmap_bytes_reply_t; Reply function xcb_res_query_client_pixmap_bytes_reply_t *xcb_res_query_client_pixmap_bytes_reply(xcb_connection_t *conn, xcb_res_query_client_pixmap_bytes_cookie_t cookie, xcb_generic_error_t **e); Request Arguments conn The XCB connection to X11. xid TODO: NOT YET DOCUMENTED. Reply Fields response_type The…
