XCB 1.17.0
bigreq.h
1/*
2 * This file generated automatically from bigreq.xml by c_client.py.
3 * Edit at your peril.
4 */
5
11
12#ifndef __BIGREQ_H
13#define __BIGREQ_H
14
15#include "xcb.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21#define XCB_BIGREQUESTS_MAJOR_VERSION 0
22#define XCB_BIGREQUESTS_MINOR_VERSION 0
23
24extern xcb_extension_t xcb_big_requests_id;
25
30 unsigned int sequence;
32
34#define XCB_BIG_REQUESTS_ENABLE 0
35
40 uint8_t major_opcode;
41 uint8_t minor_opcode;
42 uint16_t length;
44
49 uint8_t response_type;
50 uint8_t pad0;
51 uint16_t sequence;
52 uint32_t length;
53 uint32_t maximum_request_length;
55
70
88
107
108
109#ifdef __cplusplus
110}
111#endif
112
113#endif
114
xcb_big_requests_enable_cookie_t xcb_big_requests_enable(xcb_connection_t *c)
Enable the BIG-REQUESTS extension.
Definition bigreq.c:21
xcb_big_requests_enable_cookie_t xcb_big_requests_enable_unchecked(xcb_connection_t *c)
Enable the BIG-REQUESTS extension.
Definition bigreq.c:45
xcb_big_requests_enable_reply_t * xcb_big_requests_enable_reply(xcb_connection_t *c, xcb_big_requests_enable_cookie_t cookie, xcb_generic_error_t **e)
Definition bigreq.c:69
xcb_big_requests_enable_reply_t
Definition bigreq.h:48
xcb_big_requests_enable_request_t
Definition bigreq.h:39
Definition xcbint.h:208
Definition xcbext.h:39
Generic error.
Definition xcb.h:186