54 enum xcb_send_request_flags_t {
55 XCB_REQUEST_CHECKED = 1 << 0,
56 XCB_REQUEST_RAW = 1 << 1,
57 XCB_REQUEST_DISCARD_REPLY = 1 << 2
72 int xcb_take_socket(
xcb_connection_t *c,
void (*return_socket)(
void *closure),
void *closure,
int flags, uint64_t *sent);
95 int xcb_popcount(uint32_t mask);
96 int xcb_sumof(uint8_t *list,
int len);
Generic error.
Definition: xcb.h:162
Definition: xcb_windefs.h:38