xcb_sync_query_counter_reply (3) Linux Manual Page
xcb_sync_query_counter – Synopsis #include <xcb/sync.h> Request function xcb_sync_query_counter_cookie_t xcb_sync_query_counter(xcb_connection_t *conn, xcb_sync_counter_t counter); Reply datastructure typedef struct xcb_sync_query_counter_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; xcb_sync_int64_t counter_value; } xcb_sync_query_counter_reply_t; Reply function xcb_sync_query_counter_reply_t *xcb_sync_query_counter_reply(xcb_connection_t *conn, xcb_sync_query_counter_cookie_t cookie, xcb_generic_error_t **e); Request Arguments conn The XCB connection to X11. counter TODO: NOT YET DOCUMENTED. Reply Fields response_type The type of…
