Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/xcb
File: xproto.h
/*
[0] Fix | Delete
* This file generated automatically from xproto.xml by c_client.py.
[1] Fix | Delete
* Edit at your peril.
[2] Fix | Delete
*/
[3] Fix | Delete
[4] Fix | Delete
/**
[5] Fix | Delete
* @defgroup XCB__API XCB API
[6] Fix | Delete
* @brief XCB Protocol Implementation.
[7] Fix | Delete
* @{
[8] Fix | Delete
**/
[9] Fix | Delete
[10] Fix | Delete
#ifndef __XPROTO_H
[11] Fix | Delete
#define __XPROTO_H
[12] Fix | Delete
[13] Fix | Delete
#include "xcb.h"
[14] Fix | Delete
[15] Fix | Delete
#ifdef __cplusplus
[16] Fix | Delete
extern "C" {
[17] Fix | Delete
#endif
[18] Fix | Delete
[19] Fix | Delete
/**
[20] Fix | Delete
* @brief xcb_char2b_t
[21] Fix | Delete
**/
[22] Fix | Delete
typedef struct xcb_char2b_t {
[23] Fix | Delete
uint8_t byte1;
[24] Fix | Delete
uint8_t byte2;
[25] Fix | Delete
} xcb_char2b_t;
[26] Fix | Delete
[27] Fix | Delete
/**
[28] Fix | Delete
* @brief xcb_char2b_iterator_t
[29] Fix | Delete
**/
[30] Fix | Delete
typedef struct xcb_char2b_iterator_t {
[31] Fix | Delete
xcb_char2b_t *data;
[32] Fix | Delete
int rem;
[33] Fix | Delete
int index;
[34] Fix | Delete
} xcb_char2b_iterator_t;
[35] Fix | Delete
[36] Fix | Delete
typedef uint32_t xcb_window_t;
[37] Fix | Delete
[38] Fix | Delete
/**
[39] Fix | Delete
* @brief xcb_window_iterator_t
[40] Fix | Delete
**/
[41] Fix | Delete
typedef struct xcb_window_iterator_t {
[42] Fix | Delete
xcb_window_t *data;
[43] Fix | Delete
int rem;
[44] Fix | Delete
int index;
[45] Fix | Delete
} xcb_window_iterator_t;
[46] Fix | Delete
[47] Fix | Delete
typedef uint32_t xcb_pixmap_t;
[48] Fix | Delete
[49] Fix | Delete
/**
[50] Fix | Delete
* @brief xcb_pixmap_iterator_t
[51] Fix | Delete
**/
[52] Fix | Delete
typedef struct xcb_pixmap_iterator_t {
[53] Fix | Delete
xcb_pixmap_t *data;
[54] Fix | Delete
int rem;
[55] Fix | Delete
int index;
[56] Fix | Delete
} xcb_pixmap_iterator_t;
[57] Fix | Delete
[58] Fix | Delete
typedef uint32_t xcb_cursor_t;
[59] Fix | Delete
[60] Fix | Delete
/**
[61] Fix | Delete
* @brief xcb_cursor_iterator_t
[62] Fix | Delete
**/
[63] Fix | Delete
typedef struct xcb_cursor_iterator_t {
[64] Fix | Delete
xcb_cursor_t *data;
[65] Fix | Delete
int rem;
[66] Fix | Delete
int index;
[67] Fix | Delete
} xcb_cursor_iterator_t;
[68] Fix | Delete
[69] Fix | Delete
typedef uint32_t xcb_font_t;
[70] Fix | Delete
[71] Fix | Delete
/**
[72] Fix | Delete
* @brief xcb_font_iterator_t
[73] Fix | Delete
**/
[74] Fix | Delete
typedef struct xcb_font_iterator_t {
[75] Fix | Delete
xcb_font_t *data;
[76] Fix | Delete
int rem;
[77] Fix | Delete
int index;
[78] Fix | Delete
} xcb_font_iterator_t;
[79] Fix | Delete
[80] Fix | Delete
typedef uint32_t xcb_gcontext_t;
[81] Fix | Delete
[82] Fix | Delete
/**
[83] Fix | Delete
* @brief xcb_gcontext_iterator_t
[84] Fix | Delete
**/
[85] Fix | Delete
typedef struct xcb_gcontext_iterator_t {
[86] Fix | Delete
xcb_gcontext_t *data;
[87] Fix | Delete
int rem;
[88] Fix | Delete
int index;
[89] Fix | Delete
} xcb_gcontext_iterator_t;
[90] Fix | Delete
[91] Fix | Delete
typedef uint32_t xcb_colormap_t;
[92] Fix | Delete
[93] Fix | Delete
/**
[94] Fix | Delete
* @brief xcb_colormap_iterator_t
[95] Fix | Delete
**/
[96] Fix | Delete
typedef struct xcb_colormap_iterator_t {
[97] Fix | Delete
xcb_colormap_t *data;
[98] Fix | Delete
int rem;
[99] Fix | Delete
int index;
[100] Fix | Delete
} xcb_colormap_iterator_t;
[101] Fix | Delete
[102] Fix | Delete
typedef uint32_t xcb_atom_t;
[103] Fix | Delete
[104] Fix | Delete
/**
[105] Fix | Delete
* @brief xcb_atom_iterator_t
[106] Fix | Delete
**/
[107] Fix | Delete
typedef struct xcb_atom_iterator_t {
[108] Fix | Delete
xcb_atom_t *data;
[109] Fix | Delete
int rem;
[110] Fix | Delete
int index;
[111] Fix | Delete
} xcb_atom_iterator_t;
[112] Fix | Delete
[113] Fix | Delete
typedef uint32_t xcb_drawable_t;
[114] Fix | Delete
[115] Fix | Delete
/**
[116] Fix | Delete
* @brief xcb_drawable_iterator_t
[117] Fix | Delete
**/
[118] Fix | Delete
typedef struct xcb_drawable_iterator_t {
[119] Fix | Delete
xcb_drawable_t *data;
[120] Fix | Delete
int rem;
[121] Fix | Delete
int index;
[122] Fix | Delete
} xcb_drawable_iterator_t;
[123] Fix | Delete
[124] Fix | Delete
typedef uint32_t xcb_fontable_t;
[125] Fix | Delete
[126] Fix | Delete
/**
[127] Fix | Delete
* @brief xcb_fontable_iterator_t
[128] Fix | Delete
**/
[129] Fix | Delete
typedef struct xcb_fontable_iterator_t {
[130] Fix | Delete
xcb_fontable_t *data;
[131] Fix | Delete
int rem;
[132] Fix | Delete
int index;
[133] Fix | Delete
} xcb_fontable_iterator_t;
[134] Fix | Delete
[135] Fix | Delete
typedef uint32_t xcb_bool32_t;
[136] Fix | Delete
[137] Fix | Delete
/**
[138] Fix | Delete
* @brief xcb_bool32_iterator_t
[139] Fix | Delete
**/
[140] Fix | Delete
typedef struct xcb_bool32_iterator_t {
[141] Fix | Delete
xcb_bool32_t *data;
[142] Fix | Delete
int rem;
[143] Fix | Delete
int index;
[144] Fix | Delete
} xcb_bool32_iterator_t;
[145] Fix | Delete
[146] Fix | Delete
typedef uint32_t xcb_visualid_t;
[147] Fix | Delete
[148] Fix | Delete
/**
[149] Fix | Delete
* @brief xcb_visualid_iterator_t
[150] Fix | Delete
**/
[151] Fix | Delete
typedef struct xcb_visualid_iterator_t {
[152] Fix | Delete
xcb_visualid_t *data;
[153] Fix | Delete
int rem;
[154] Fix | Delete
int index;
[155] Fix | Delete
} xcb_visualid_iterator_t;
[156] Fix | Delete
[157] Fix | Delete
typedef uint32_t xcb_timestamp_t;
[158] Fix | Delete
[159] Fix | Delete
/**
[160] Fix | Delete
* @brief xcb_timestamp_iterator_t
[161] Fix | Delete
**/
[162] Fix | Delete
typedef struct xcb_timestamp_iterator_t {
[163] Fix | Delete
xcb_timestamp_t *data;
[164] Fix | Delete
int rem;
[165] Fix | Delete
int index;
[166] Fix | Delete
} xcb_timestamp_iterator_t;
[167] Fix | Delete
[168] Fix | Delete
typedef uint32_t xcb_keysym_t;
[169] Fix | Delete
[170] Fix | Delete
/**
[171] Fix | Delete
* @brief xcb_keysym_iterator_t
[172] Fix | Delete
**/
[173] Fix | Delete
typedef struct xcb_keysym_iterator_t {
[174] Fix | Delete
xcb_keysym_t *data;
[175] Fix | Delete
int rem;
[176] Fix | Delete
int index;
[177] Fix | Delete
} xcb_keysym_iterator_t;
[178] Fix | Delete
[179] Fix | Delete
typedef uint8_t xcb_keycode_t;
[180] Fix | Delete
[181] Fix | Delete
/**
[182] Fix | Delete
* @brief xcb_keycode_iterator_t
[183] Fix | Delete
**/
[184] Fix | Delete
typedef struct xcb_keycode_iterator_t {
[185] Fix | Delete
xcb_keycode_t *data;
[186] Fix | Delete
int rem;
[187] Fix | Delete
int index;
[188] Fix | Delete
} xcb_keycode_iterator_t;
[189] Fix | Delete
[190] Fix | Delete
typedef uint32_t xcb_keycode32_t;
[191] Fix | Delete
[192] Fix | Delete
/**
[193] Fix | Delete
* @brief xcb_keycode32_iterator_t
[194] Fix | Delete
**/
[195] Fix | Delete
typedef struct xcb_keycode32_iterator_t {
[196] Fix | Delete
xcb_keycode32_t *data;
[197] Fix | Delete
int rem;
[198] Fix | Delete
int index;
[199] Fix | Delete
} xcb_keycode32_iterator_t;
[200] Fix | Delete
[201] Fix | Delete
typedef uint8_t xcb_button_t;
[202] Fix | Delete
[203] Fix | Delete
/**
[204] Fix | Delete
* @brief xcb_button_iterator_t
[205] Fix | Delete
**/
[206] Fix | Delete
typedef struct xcb_button_iterator_t {
[207] Fix | Delete
xcb_button_t *data;
[208] Fix | Delete
int rem;
[209] Fix | Delete
int index;
[210] Fix | Delete
} xcb_button_iterator_t;
[211] Fix | Delete
[212] Fix | Delete
/**
[213] Fix | Delete
* @brief xcb_point_t
[214] Fix | Delete
**/
[215] Fix | Delete
typedef struct xcb_point_t {
[216] Fix | Delete
int16_t x;
[217] Fix | Delete
int16_t y;
[218] Fix | Delete
} xcb_point_t;
[219] Fix | Delete
[220] Fix | Delete
/**
[221] Fix | Delete
* @brief xcb_point_iterator_t
[222] Fix | Delete
**/
[223] Fix | Delete
typedef struct xcb_point_iterator_t {
[224] Fix | Delete
xcb_point_t *data;
[225] Fix | Delete
int rem;
[226] Fix | Delete
int index;
[227] Fix | Delete
} xcb_point_iterator_t;
[228] Fix | Delete
[229] Fix | Delete
/**
[230] Fix | Delete
* @brief xcb_rectangle_t
[231] Fix | Delete
**/
[232] Fix | Delete
typedef struct xcb_rectangle_t {
[233] Fix | Delete
int16_t x;
[234] Fix | Delete
int16_t y;
[235] Fix | Delete
uint16_t width;
[236] Fix | Delete
uint16_t height;
[237] Fix | Delete
} xcb_rectangle_t;
[238] Fix | Delete
[239] Fix | Delete
/**
[240] Fix | Delete
* @brief xcb_rectangle_iterator_t
[241] Fix | Delete
**/
[242] Fix | Delete
typedef struct xcb_rectangle_iterator_t {
[243] Fix | Delete
xcb_rectangle_t *data;
[244] Fix | Delete
int rem;
[245] Fix | Delete
int index;
[246] Fix | Delete
} xcb_rectangle_iterator_t;
[247] Fix | Delete
[248] Fix | Delete
/**
[249] Fix | Delete
* @brief xcb_arc_t
[250] Fix | Delete
**/
[251] Fix | Delete
typedef struct xcb_arc_t {
[252] Fix | Delete
int16_t x;
[253] Fix | Delete
int16_t y;
[254] Fix | Delete
uint16_t width;
[255] Fix | Delete
uint16_t height;
[256] Fix | Delete
int16_t angle1;
[257] Fix | Delete
int16_t angle2;
[258] Fix | Delete
} xcb_arc_t;
[259] Fix | Delete
[260] Fix | Delete
/**
[261] Fix | Delete
* @brief xcb_arc_iterator_t
[262] Fix | Delete
**/
[263] Fix | Delete
typedef struct xcb_arc_iterator_t {
[264] Fix | Delete
xcb_arc_t *data;
[265] Fix | Delete
int rem;
[266] Fix | Delete
int index;
[267] Fix | Delete
} xcb_arc_iterator_t;
[268] Fix | Delete
[269] Fix | Delete
/**
[270] Fix | Delete
* @brief xcb_format_t
[271] Fix | Delete
**/
[272] Fix | Delete
typedef struct xcb_format_t {
[273] Fix | Delete
uint8_t depth;
[274] Fix | Delete
uint8_t bits_per_pixel;
[275] Fix | Delete
uint8_t scanline_pad;
[276] Fix | Delete
uint8_t pad0[5];
[277] Fix | Delete
} xcb_format_t;
[278] Fix | Delete
[279] Fix | Delete
/**
[280] Fix | Delete
* @brief xcb_format_iterator_t
[281] Fix | Delete
**/
[282] Fix | Delete
typedef struct xcb_format_iterator_t {
[283] Fix | Delete
xcb_format_t *data;
[284] Fix | Delete
int rem;
[285] Fix | Delete
int index;
[286] Fix | Delete
} xcb_format_iterator_t;
[287] Fix | Delete
[288] Fix | Delete
typedef enum xcb_visual_class_t {
[289] Fix | Delete
XCB_VISUAL_CLASS_STATIC_GRAY = 0,
[290] Fix | Delete
XCB_VISUAL_CLASS_GRAY_SCALE = 1,
[291] Fix | Delete
XCB_VISUAL_CLASS_STATIC_COLOR = 2,
[292] Fix | Delete
XCB_VISUAL_CLASS_PSEUDO_COLOR = 3,
[293] Fix | Delete
XCB_VISUAL_CLASS_TRUE_COLOR = 4,
[294] Fix | Delete
XCB_VISUAL_CLASS_DIRECT_COLOR = 5
[295] Fix | Delete
} xcb_visual_class_t;
[296] Fix | Delete
[297] Fix | Delete
/**
[298] Fix | Delete
* @brief xcb_visualtype_t
[299] Fix | Delete
**/
[300] Fix | Delete
typedef struct xcb_visualtype_t {
[301] Fix | Delete
xcb_visualid_t visual_id;
[302] Fix | Delete
uint8_t _class;
[303] Fix | Delete
uint8_t bits_per_rgb_value;
[304] Fix | Delete
uint16_t colormap_entries;
[305] Fix | Delete
uint32_t red_mask;
[306] Fix | Delete
uint32_t green_mask;
[307] Fix | Delete
uint32_t blue_mask;
[308] Fix | Delete
uint8_t pad0[4];
[309] Fix | Delete
} xcb_visualtype_t;
[310] Fix | Delete
[311] Fix | Delete
/**
[312] Fix | Delete
* @brief xcb_visualtype_iterator_t
[313] Fix | Delete
**/
[314] Fix | Delete
typedef struct xcb_visualtype_iterator_t {
[315] Fix | Delete
xcb_visualtype_t *data;
[316] Fix | Delete
int rem;
[317] Fix | Delete
int index;
[318] Fix | Delete
} xcb_visualtype_iterator_t;
[319] Fix | Delete
[320] Fix | Delete
/**
[321] Fix | Delete
* @brief xcb_depth_t
[322] Fix | Delete
**/
[323] Fix | Delete
typedef struct xcb_depth_t {
[324] Fix | Delete
uint8_t depth;
[325] Fix | Delete
uint8_t pad0;
[326] Fix | Delete
uint16_t visuals_len;
[327] Fix | Delete
uint8_t pad1[4];
[328] Fix | Delete
} xcb_depth_t;
[329] Fix | Delete
[330] Fix | Delete
/**
[331] Fix | Delete
* @brief xcb_depth_iterator_t
[332] Fix | Delete
**/
[333] Fix | Delete
typedef struct xcb_depth_iterator_t {
[334] Fix | Delete
xcb_depth_t *data;
[335] Fix | Delete
int rem;
[336] Fix | Delete
int index;
[337] Fix | Delete
} xcb_depth_iterator_t;
[338] Fix | Delete
[339] Fix | Delete
typedef enum xcb_event_mask_t {
[340] Fix | Delete
XCB_EVENT_MASK_NO_EVENT = 0,
[341] Fix | Delete
XCB_EVENT_MASK_KEY_PRESS = 1,
[342] Fix | Delete
XCB_EVENT_MASK_KEY_RELEASE = 2,
[343] Fix | Delete
XCB_EVENT_MASK_BUTTON_PRESS = 4,
[344] Fix | Delete
XCB_EVENT_MASK_BUTTON_RELEASE = 8,
[345] Fix | Delete
XCB_EVENT_MASK_ENTER_WINDOW = 16,
[346] Fix | Delete
XCB_EVENT_MASK_LEAVE_WINDOW = 32,
[347] Fix | Delete
XCB_EVENT_MASK_POINTER_MOTION = 64,
[348] Fix | Delete
XCB_EVENT_MASK_POINTER_MOTION_HINT = 128,
[349] Fix | Delete
XCB_EVENT_MASK_BUTTON_1_MOTION = 256,
[350] Fix | Delete
XCB_EVENT_MASK_BUTTON_2_MOTION = 512,
[351] Fix | Delete
XCB_EVENT_MASK_BUTTON_3_MOTION = 1024,
[352] Fix | Delete
XCB_EVENT_MASK_BUTTON_4_MOTION = 2048,
[353] Fix | Delete
XCB_EVENT_MASK_BUTTON_5_MOTION = 4096,
[354] Fix | Delete
XCB_EVENT_MASK_BUTTON_MOTION = 8192,
[355] Fix | Delete
XCB_EVENT_MASK_KEYMAP_STATE = 16384,
[356] Fix | Delete
XCB_EVENT_MASK_EXPOSURE = 32768,
[357] Fix | Delete
XCB_EVENT_MASK_VISIBILITY_CHANGE = 65536,
[358] Fix | Delete
XCB_EVENT_MASK_STRUCTURE_NOTIFY = 131072,
[359] Fix | Delete
XCB_EVENT_MASK_RESIZE_REDIRECT = 262144,
[360] Fix | Delete
XCB_EVENT_MASK_SUBSTRUCTURE_NOTIFY = 524288,
[361] Fix | Delete
XCB_EVENT_MASK_SUBSTRUCTURE_REDIRECT = 1048576,
[362] Fix | Delete
XCB_EVENT_MASK_FOCUS_CHANGE = 2097152,
[363] Fix | Delete
XCB_EVENT_MASK_PROPERTY_CHANGE = 4194304,
[364] Fix | Delete
XCB_EVENT_MASK_COLOR_MAP_CHANGE = 8388608,
[365] Fix | Delete
XCB_EVENT_MASK_OWNER_GRAB_BUTTON = 16777216
[366] Fix | Delete
} xcb_event_mask_t;
[367] Fix | Delete
[368] Fix | Delete
typedef enum xcb_backing_store_t {
[369] Fix | Delete
XCB_BACKING_STORE_NOT_USEFUL = 0,
[370] Fix | Delete
XCB_BACKING_STORE_WHEN_MAPPED = 1,
[371] Fix | Delete
XCB_BACKING_STORE_ALWAYS = 2
[372] Fix | Delete
} xcb_backing_store_t;
[373] Fix | Delete
[374] Fix | Delete
/**
[375] Fix | Delete
* @brief xcb_screen_t
[376] Fix | Delete
**/
[377] Fix | Delete
typedef struct xcb_screen_t {
[378] Fix | Delete
xcb_window_t root;
[379] Fix | Delete
xcb_colormap_t default_colormap;
[380] Fix | Delete
uint32_t white_pixel;
[381] Fix | Delete
uint32_t black_pixel;
[382] Fix | Delete
uint32_t current_input_masks;
[383] Fix | Delete
uint16_t width_in_pixels;
[384] Fix | Delete
uint16_t height_in_pixels;
[385] Fix | Delete
uint16_t width_in_millimeters;
[386] Fix | Delete
uint16_t height_in_millimeters;
[387] Fix | Delete
uint16_t min_installed_maps;
[388] Fix | Delete
uint16_t max_installed_maps;
[389] Fix | Delete
xcb_visualid_t root_visual;
[390] Fix | Delete
uint8_t backing_stores;
[391] Fix | Delete
uint8_t save_unders;
[392] Fix | Delete
uint8_t root_depth;
[393] Fix | Delete
uint8_t allowed_depths_len;
[394] Fix | Delete
} xcb_screen_t;
[395] Fix | Delete
[396] Fix | Delete
/**
[397] Fix | Delete
* @brief xcb_screen_iterator_t
[398] Fix | Delete
**/
[399] Fix | Delete
typedef struct xcb_screen_iterator_t {
[400] Fix | Delete
xcb_screen_t *data;
[401] Fix | Delete
int rem;
[402] Fix | Delete
int index;
[403] Fix | Delete
} xcb_screen_iterator_t;
[404] Fix | Delete
[405] Fix | Delete
/**
[406] Fix | Delete
* @brief xcb_setup_request_t
[407] Fix | Delete
**/
[408] Fix | Delete
typedef struct xcb_setup_request_t {
[409] Fix | Delete
uint8_t byte_order;
[410] Fix | Delete
uint8_t pad0;
[411] Fix | Delete
uint16_t protocol_major_version;
[412] Fix | Delete
uint16_t protocol_minor_version;
[413] Fix | Delete
uint16_t authorization_protocol_name_len;
[414] Fix | Delete
uint16_t authorization_protocol_data_len;
[415] Fix | Delete
uint8_t pad1[2];
[416] Fix | Delete
} xcb_setup_request_t;
[417] Fix | Delete
[418] Fix | Delete
/**
[419] Fix | Delete
* @brief xcb_setup_request_iterator_t
[420] Fix | Delete
**/
[421] Fix | Delete
typedef struct xcb_setup_request_iterator_t {
[422] Fix | Delete
xcb_setup_request_t *data;
[423] Fix | Delete
int rem;
[424] Fix | Delete
int index;
[425] Fix | Delete
} xcb_setup_request_iterator_t;
[426] Fix | Delete
[427] Fix | Delete
/**
[428] Fix | Delete
* @brief xcb_setup_failed_t
[429] Fix | Delete
**/
[430] Fix | Delete
typedef struct xcb_setup_failed_t {
[431] Fix | Delete
uint8_t status;
[432] Fix | Delete
uint8_t reason_len;
[433] Fix | Delete
uint16_t protocol_major_version;
[434] Fix | Delete
uint16_t protocol_minor_version;
[435] Fix | Delete
uint16_t length;
[436] Fix | Delete
} xcb_setup_failed_t;
[437] Fix | Delete
[438] Fix | Delete
/**
[439] Fix | Delete
* @brief xcb_setup_failed_iterator_t
[440] Fix | Delete
**/
[441] Fix | Delete
typedef struct xcb_setup_failed_iterator_t {
[442] Fix | Delete
xcb_setup_failed_t *data;
[443] Fix | Delete
int rem;
[444] Fix | Delete
int index;
[445] Fix | Delete
} xcb_setup_failed_iterator_t;
[446] Fix | Delete
[447] Fix | Delete
/**
[448] Fix | Delete
* @brief xcb_setup_authenticate_t
[449] Fix | Delete
**/
[450] Fix | Delete
typedef struct xcb_setup_authenticate_t {
[451] Fix | Delete
uint8_t status;
[452] Fix | Delete
uint8_t pad0[5];
[453] Fix | Delete
uint16_t length;
[454] Fix | Delete
} xcb_setup_authenticate_t;
[455] Fix | Delete
[456] Fix | Delete
/**
[457] Fix | Delete
* @brief xcb_setup_authenticate_iterator_t
[458] Fix | Delete
**/
[459] Fix | Delete
typedef struct xcb_setup_authenticate_iterator_t {
[460] Fix | Delete
xcb_setup_authenticate_t *data;
[461] Fix | Delete
int rem;
[462] Fix | Delete
int index;
[463] Fix | Delete
} xcb_setup_authenticate_iterator_t;
[464] Fix | Delete
[465] Fix | Delete
typedef enum xcb_image_order_t {
[466] Fix | Delete
XCB_IMAGE_ORDER_LSB_FIRST = 0,
[467] Fix | Delete
XCB_IMAGE_ORDER_MSB_FIRST = 1
[468] Fix | Delete
} xcb_image_order_t;
[469] Fix | Delete
[470] Fix | Delete
/**
[471] Fix | Delete
* @brief xcb_setup_t
[472] Fix | Delete
**/
[473] Fix | Delete
typedef struct xcb_setup_t {
[474] Fix | Delete
uint8_t status;
[475] Fix | Delete
uint8_t pad0;
[476] Fix | Delete
uint16_t protocol_major_version;
[477] Fix | Delete
uint16_t protocol_minor_version;
[478] Fix | Delete
uint16_t length;
[479] Fix | Delete
uint32_t release_number;
[480] Fix | Delete
uint32_t resource_id_base;
[481] Fix | Delete
uint32_t resource_id_mask;
[482] Fix | Delete
uint32_t motion_buffer_size;
[483] Fix | Delete
uint16_t vendor_len;
[484] Fix | Delete
uint16_t maximum_request_length;
[485] Fix | Delete
uint8_t roots_len;
[486] Fix | Delete
uint8_t pixmap_formats_len;
[487] Fix | Delete
uint8_t image_byte_order;
[488] Fix | Delete
uint8_t bitmap_format_bit_order;
[489] Fix | Delete
uint8_t bitmap_format_scanline_unit;
[490] Fix | Delete
uint8_t bitmap_format_scanline_pad;
[491] Fix | Delete
xcb_keycode_t min_keycode;
[492] Fix | Delete
xcb_keycode_t max_keycode;
[493] Fix | Delete
uint8_t pad1[4];
[494] Fix | Delete
} xcb_setup_t;
[495] Fix | Delete
[496] Fix | Delete
/**
[497] Fix | Delete
* @brief xcb_setup_iterator_t
[498] Fix | Delete
**/
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function