Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/xcb
File: sync.h
/*
[0] Fix | Delete
* This file generated automatically from sync.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_Sync_API XCB Sync API
[6] Fix | Delete
* @brief Sync XCB Protocol Implementation.
[7] Fix | Delete
* @{
[8] Fix | Delete
**/
[9] Fix | Delete
[10] Fix | Delete
#ifndef __SYNC_H
[11] Fix | Delete
#define __SYNC_H
[12] Fix | Delete
[13] Fix | Delete
#include "xcb.h"
[14] Fix | Delete
#include "xproto.h"
[15] Fix | Delete
[16] Fix | Delete
#ifdef __cplusplus
[17] Fix | Delete
extern "C" {
[18] Fix | Delete
#endif
[19] Fix | Delete
[20] Fix | Delete
#define XCB_SYNC_MAJOR_VERSION 3
[21] Fix | Delete
#define XCB_SYNC_MINOR_VERSION 1
[22] Fix | Delete
[23] Fix | Delete
extern xcb_extension_t xcb_sync_id;
[24] Fix | Delete
[25] Fix | Delete
typedef uint32_t xcb_sync_alarm_t;
[26] Fix | Delete
[27] Fix | Delete
/**
[28] Fix | Delete
* @brief xcb_sync_alarm_iterator_t
[29] Fix | Delete
**/
[30] Fix | Delete
typedef struct xcb_sync_alarm_iterator_t {
[31] Fix | Delete
xcb_sync_alarm_t *data;
[32] Fix | Delete
int rem;
[33] Fix | Delete
int index;
[34] Fix | Delete
} xcb_sync_alarm_iterator_t;
[35] Fix | Delete
[36] Fix | Delete
typedef enum xcb_sync_alarmstate_t {
[37] Fix | Delete
XCB_SYNC_ALARMSTATE_ACTIVE = 0,
[38] Fix | Delete
XCB_SYNC_ALARMSTATE_INACTIVE = 1,
[39] Fix | Delete
XCB_SYNC_ALARMSTATE_DESTROYED = 2
[40] Fix | Delete
} xcb_sync_alarmstate_t;
[41] Fix | Delete
[42] Fix | Delete
typedef uint32_t xcb_sync_counter_t;
[43] Fix | Delete
[44] Fix | Delete
/**
[45] Fix | Delete
* @brief xcb_sync_counter_iterator_t
[46] Fix | Delete
**/
[47] Fix | Delete
typedef struct xcb_sync_counter_iterator_t {
[48] Fix | Delete
xcb_sync_counter_t *data;
[49] Fix | Delete
int rem;
[50] Fix | Delete
int index;
[51] Fix | Delete
} xcb_sync_counter_iterator_t;
[52] Fix | Delete
[53] Fix | Delete
typedef uint32_t xcb_sync_fence_t;
[54] Fix | Delete
[55] Fix | Delete
/**
[56] Fix | Delete
* @brief xcb_sync_fence_iterator_t
[57] Fix | Delete
**/
[58] Fix | Delete
typedef struct xcb_sync_fence_iterator_t {
[59] Fix | Delete
xcb_sync_fence_t *data;
[60] Fix | Delete
int rem;
[61] Fix | Delete
int index;
[62] Fix | Delete
} xcb_sync_fence_iterator_t;
[63] Fix | Delete
[64] Fix | Delete
typedef enum xcb_sync_testtype_t {
[65] Fix | Delete
XCB_SYNC_TESTTYPE_POSITIVE_TRANSITION = 0,
[66] Fix | Delete
XCB_SYNC_TESTTYPE_NEGATIVE_TRANSITION = 1,
[67] Fix | Delete
XCB_SYNC_TESTTYPE_POSITIVE_COMPARISON = 2,
[68] Fix | Delete
XCB_SYNC_TESTTYPE_NEGATIVE_COMPARISON = 3
[69] Fix | Delete
} xcb_sync_testtype_t;
[70] Fix | Delete
[71] Fix | Delete
typedef enum xcb_sync_valuetype_t {
[72] Fix | Delete
XCB_SYNC_VALUETYPE_ABSOLUTE = 0,
[73] Fix | Delete
XCB_SYNC_VALUETYPE_RELATIVE = 1
[74] Fix | Delete
} xcb_sync_valuetype_t;
[75] Fix | Delete
[76] Fix | Delete
typedef enum xcb_sync_ca_t {
[77] Fix | Delete
XCB_SYNC_CA_COUNTER = 1,
[78] Fix | Delete
XCB_SYNC_CA_VALUE_TYPE = 2,
[79] Fix | Delete
XCB_SYNC_CA_VALUE = 4,
[80] Fix | Delete
XCB_SYNC_CA_TEST_TYPE = 8,
[81] Fix | Delete
XCB_SYNC_CA_DELTA = 16,
[82] Fix | Delete
XCB_SYNC_CA_EVENTS = 32
[83] Fix | Delete
} xcb_sync_ca_t;
[84] Fix | Delete
[85] Fix | Delete
/**
[86] Fix | Delete
* @brief xcb_sync_int64_t
[87] Fix | Delete
**/
[88] Fix | Delete
typedef struct xcb_sync_int64_t {
[89] Fix | Delete
int32_t hi;
[90] Fix | Delete
uint32_t lo;
[91] Fix | Delete
} xcb_sync_int64_t;
[92] Fix | Delete
[93] Fix | Delete
/**
[94] Fix | Delete
* @brief xcb_sync_int64_iterator_t
[95] Fix | Delete
**/
[96] Fix | Delete
typedef struct xcb_sync_int64_iterator_t {
[97] Fix | Delete
xcb_sync_int64_t *data;
[98] Fix | Delete
int rem;
[99] Fix | Delete
int index;
[100] Fix | Delete
} xcb_sync_int64_iterator_t;
[101] Fix | Delete
[102] Fix | Delete
/**
[103] Fix | Delete
* @brief xcb_sync_systemcounter_t
[104] Fix | Delete
**/
[105] Fix | Delete
typedef struct xcb_sync_systemcounter_t {
[106] Fix | Delete
xcb_sync_counter_t counter;
[107] Fix | Delete
xcb_sync_int64_t resolution;
[108] Fix | Delete
uint16_t name_len;
[109] Fix | Delete
} xcb_sync_systemcounter_t;
[110] Fix | Delete
[111] Fix | Delete
/**
[112] Fix | Delete
* @brief xcb_sync_systemcounter_iterator_t
[113] Fix | Delete
**/
[114] Fix | Delete
typedef struct xcb_sync_systemcounter_iterator_t {
[115] Fix | Delete
xcb_sync_systemcounter_t *data;
[116] Fix | Delete
int rem;
[117] Fix | Delete
int index;
[118] Fix | Delete
} xcb_sync_systemcounter_iterator_t;
[119] Fix | Delete
[120] Fix | Delete
/**
[121] Fix | Delete
* @brief xcb_sync_trigger_t
[122] Fix | Delete
**/
[123] Fix | Delete
typedef struct xcb_sync_trigger_t {
[124] Fix | Delete
xcb_sync_counter_t counter;
[125] Fix | Delete
uint32_t wait_type;
[126] Fix | Delete
xcb_sync_int64_t wait_value;
[127] Fix | Delete
uint32_t test_type;
[128] Fix | Delete
} xcb_sync_trigger_t;
[129] Fix | Delete
[130] Fix | Delete
/**
[131] Fix | Delete
* @brief xcb_sync_trigger_iterator_t
[132] Fix | Delete
**/
[133] Fix | Delete
typedef struct xcb_sync_trigger_iterator_t {
[134] Fix | Delete
xcb_sync_trigger_t *data;
[135] Fix | Delete
int rem;
[136] Fix | Delete
int index;
[137] Fix | Delete
} xcb_sync_trigger_iterator_t;
[138] Fix | Delete
[139] Fix | Delete
/**
[140] Fix | Delete
* @brief xcb_sync_waitcondition_t
[141] Fix | Delete
**/
[142] Fix | Delete
typedef struct xcb_sync_waitcondition_t {
[143] Fix | Delete
xcb_sync_trigger_t trigger;
[144] Fix | Delete
xcb_sync_int64_t event_threshold;
[145] Fix | Delete
} xcb_sync_waitcondition_t;
[146] Fix | Delete
[147] Fix | Delete
/**
[148] Fix | Delete
* @brief xcb_sync_waitcondition_iterator_t
[149] Fix | Delete
**/
[150] Fix | Delete
typedef struct xcb_sync_waitcondition_iterator_t {
[151] Fix | Delete
xcb_sync_waitcondition_t *data;
[152] Fix | Delete
int rem;
[153] Fix | Delete
int index;
[154] Fix | Delete
} xcb_sync_waitcondition_iterator_t;
[155] Fix | Delete
[156] Fix | Delete
/** Opcode for xcb_sync_counter. */
[157] Fix | Delete
#define XCB_SYNC_COUNTER 0
[158] Fix | Delete
[159] Fix | Delete
/**
[160] Fix | Delete
* @brief xcb_sync_counter_error_t
[161] Fix | Delete
**/
[162] Fix | Delete
typedef struct xcb_sync_counter_error_t {
[163] Fix | Delete
uint8_t response_type;
[164] Fix | Delete
uint8_t error_code;
[165] Fix | Delete
uint16_t sequence;
[166] Fix | Delete
uint32_t bad_counter;
[167] Fix | Delete
uint16_t minor_opcode;
[168] Fix | Delete
uint8_t major_opcode;
[169] Fix | Delete
} xcb_sync_counter_error_t;
[170] Fix | Delete
[171] Fix | Delete
/** Opcode for xcb_sync_alarm. */
[172] Fix | Delete
#define XCB_SYNC_ALARM 1
[173] Fix | Delete
[174] Fix | Delete
/**
[175] Fix | Delete
* @brief xcb_sync_alarm_error_t
[176] Fix | Delete
**/
[177] Fix | Delete
typedef struct xcb_sync_alarm_error_t {
[178] Fix | Delete
uint8_t response_type;
[179] Fix | Delete
uint8_t error_code;
[180] Fix | Delete
uint16_t sequence;
[181] Fix | Delete
uint32_t bad_alarm;
[182] Fix | Delete
uint16_t minor_opcode;
[183] Fix | Delete
uint8_t major_opcode;
[184] Fix | Delete
} xcb_sync_alarm_error_t;
[185] Fix | Delete
[186] Fix | Delete
/**
[187] Fix | Delete
* @brief xcb_sync_initialize_cookie_t
[188] Fix | Delete
**/
[189] Fix | Delete
typedef struct xcb_sync_initialize_cookie_t {
[190] Fix | Delete
unsigned int sequence;
[191] Fix | Delete
} xcb_sync_initialize_cookie_t;
[192] Fix | Delete
[193] Fix | Delete
/** Opcode for xcb_sync_initialize. */
[194] Fix | Delete
#define XCB_SYNC_INITIALIZE 0
[195] Fix | Delete
[196] Fix | Delete
/**
[197] Fix | Delete
* @brief xcb_sync_initialize_request_t
[198] Fix | Delete
**/
[199] Fix | Delete
typedef struct xcb_sync_initialize_request_t {
[200] Fix | Delete
uint8_t major_opcode;
[201] Fix | Delete
uint8_t minor_opcode;
[202] Fix | Delete
uint16_t length;
[203] Fix | Delete
uint8_t desired_major_version;
[204] Fix | Delete
uint8_t desired_minor_version;
[205] Fix | Delete
} xcb_sync_initialize_request_t;
[206] Fix | Delete
[207] Fix | Delete
/**
[208] Fix | Delete
* @brief xcb_sync_initialize_reply_t
[209] Fix | Delete
**/
[210] Fix | Delete
typedef struct xcb_sync_initialize_reply_t {
[211] Fix | Delete
uint8_t response_type;
[212] Fix | Delete
uint8_t pad0;
[213] Fix | Delete
uint16_t sequence;
[214] Fix | Delete
uint32_t length;
[215] Fix | Delete
uint8_t major_version;
[216] Fix | Delete
uint8_t minor_version;
[217] Fix | Delete
uint8_t pad1[22];
[218] Fix | Delete
} xcb_sync_initialize_reply_t;
[219] Fix | Delete
[220] Fix | Delete
/**
[221] Fix | Delete
* @brief xcb_sync_list_system_counters_cookie_t
[222] Fix | Delete
**/
[223] Fix | Delete
typedef struct xcb_sync_list_system_counters_cookie_t {
[224] Fix | Delete
unsigned int sequence;
[225] Fix | Delete
} xcb_sync_list_system_counters_cookie_t;
[226] Fix | Delete
[227] Fix | Delete
/** Opcode for xcb_sync_list_system_counters. */
[228] Fix | Delete
#define XCB_SYNC_LIST_SYSTEM_COUNTERS 1
[229] Fix | Delete
[230] Fix | Delete
/**
[231] Fix | Delete
* @brief xcb_sync_list_system_counters_request_t
[232] Fix | Delete
**/
[233] Fix | Delete
typedef struct xcb_sync_list_system_counters_request_t {
[234] Fix | Delete
uint8_t major_opcode;
[235] Fix | Delete
uint8_t minor_opcode;
[236] Fix | Delete
uint16_t length;
[237] Fix | Delete
} xcb_sync_list_system_counters_request_t;
[238] Fix | Delete
[239] Fix | Delete
/**
[240] Fix | Delete
* @brief xcb_sync_list_system_counters_reply_t
[241] Fix | Delete
**/
[242] Fix | Delete
typedef struct xcb_sync_list_system_counters_reply_t {
[243] Fix | Delete
uint8_t response_type;
[244] Fix | Delete
uint8_t pad0;
[245] Fix | Delete
uint16_t sequence;
[246] Fix | Delete
uint32_t length;
[247] Fix | Delete
uint32_t counters_len;
[248] Fix | Delete
uint8_t pad1[20];
[249] Fix | Delete
} xcb_sync_list_system_counters_reply_t;
[250] Fix | Delete
[251] Fix | Delete
/** Opcode for xcb_sync_create_counter. */
[252] Fix | Delete
#define XCB_SYNC_CREATE_COUNTER 2
[253] Fix | Delete
[254] Fix | Delete
/**
[255] Fix | Delete
* @brief xcb_sync_create_counter_request_t
[256] Fix | Delete
**/
[257] Fix | Delete
typedef struct xcb_sync_create_counter_request_t {
[258] Fix | Delete
uint8_t major_opcode;
[259] Fix | Delete
uint8_t minor_opcode;
[260] Fix | Delete
uint16_t length;
[261] Fix | Delete
xcb_sync_counter_t id;
[262] Fix | Delete
xcb_sync_int64_t initial_value;
[263] Fix | Delete
} xcb_sync_create_counter_request_t;
[264] Fix | Delete
[265] Fix | Delete
/** Opcode for xcb_sync_destroy_counter. */
[266] Fix | Delete
#define XCB_SYNC_DESTROY_COUNTER 6
[267] Fix | Delete
[268] Fix | Delete
/**
[269] Fix | Delete
* @brief xcb_sync_destroy_counter_request_t
[270] Fix | Delete
**/
[271] Fix | Delete
typedef struct xcb_sync_destroy_counter_request_t {
[272] Fix | Delete
uint8_t major_opcode;
[273] Fix | Delete
uint8_t minor_opcode;
[274] Fix | Delete
uint16_t length;
[275] Fix | Delete
xcb_sync_counter_t counter;
[276] Fix | Delete
} xcb_sync_destroy_counter_request_t;
[277] Fix | Delete
[278] Fix | Delete
/**
[279] Fix | Delete
* @brief xcb_sync_query_counter_cookie_t
[280] Fix | Delete
**/
[281] Fix | Delete
typedef struct xcb_sync_query_counter_cookie_t {
[282] Fix | Delete
unsigned int sequence;
[283] Fix | Delete
} xcb_sync_query_counter_cookie_t;
[284] Fix | Delete
[285] Fix | Delete
/** Opcode for xcb_sync_query_counter. */
[286] Fix | Delete
#define XCB_SYNC_QUERY_COUNTER 5
[287] Fix | Delete
[288] Fix | Delete
/**
[289] Fix | Delete
* @brief xcb_sync_query_counter_request_t
[290] Fix | Delete
**/
[291] Fix | Delete
typedef struct xcb_sync_query_counter_request_t {
[292] Fix | Delete
uint8_t major_opcode;
[293] Fix | Delete
uint8_t minor_opcode;
[294] Fix | Delete
uint16_t length;
[295] Fix | Delete
xcb_sync_counter_t counter;
[296] Fix | Delete
} xcb_sync_query_counter_request_t;
[297] Fix | Delete
[298] Fix | Delete
/**
[299] Fix | Delete
* @brief xcb_sync_query_counter_reply_t
[300] Fix | Delete
**/
[301] Fix | Delete
typedef struct xcb_sync_query_counter_reply_t {
[302] Fix | Delete
uint8_t response_type;
[303] Fix | Delete
uint8_t pad0;
[304] Fix | Delete
uint16_t sequence;
[305] Fix | Delete
uint32_t length;
[306] Fix | Delete
xcb_sync_int64_t counter_value;
[307] Fix | Delete
} xcb_sync_query_counter_reply_t;
[308] Fix | Delete
[309] Fix | Delete
/** Opcode for xcb_sync_await. */
[310] Fix | Delete
#define XCB_SYNC_AWAIT 7
[311] Fix | Delete
[312] Fix | Delete
/**
[313] Fix | Delete
* @brief xcb_sync_await_request_t
[314] Fix | Delete
**/
[315] Fix | Delete
typedef struct xcb_sync_await_request_t {
[316] Fix | Delete
uint8_t major_opcode;
[317] Fix | Delete
uint8_t minor_opcode;
[318] Fix | Delete
uint16_t length;
[319] Fix | Delete
} xcb_sync_await_request_t;
[320] Fix | Delete
[321] Fix | Delete
/** Opcode for xcb_sync_change_counter. */
[322] Fix | Delete
#define XCB_SYNC_CHANGE_COUNTER 4
[323] Fix | Delete
[324] Fix | Delete
/**
[325] Fix | Delete
* @brief xcb_sync_change_counter_request_t
[326] Fix | Delete
**/
[327] Fix | Delete
typedef struct xcb_sync_change_counter_request_t {
[328] Fix | Delete
uint8_t major_opcode;
[329] Fix | Delete
uint8_t minor_opcode;
[330] Fix | Delete
uint16_t length;
[331] Fix | Delete
xcb_sync_counter_t counter;
[332] Fix | Delete
xcb_sync_int64_t amount;
[333] Fix | Delete
} xcb_sync_change_counter_request_t;
[334] Fix | Delete
[335] Fix | Delete
/** Opcode for xcb_sync_set_counter. */
[336] Fix | Delete
#define XCB_SYNC_SET_COUNTER 3
[337] Fix | Delete
[338] Fix | Delete
/**
[339] Fix | Delete
* @brief xcb_sync_set_counter_request_t
[340] Fix | Delete
**/
[341] Fix | Delete
typedef struct xcb_sync_set_counter_request_t {
[342] Fix | Delete
uint8_t major_opcode;
[343] Fix | Delete
uint8_t minor_opcode;
[344] Fix | Delete
uint16_t length;
[345] Fix | Delete
xcb_sync_counter_t counter;
[346] Fix | Delete
xcb_sync_int64_t value;
[347] Fix | Delete
} xcb_sync_set_counter_request_t;
[348] Fix | Delete
[349] Fix | Delete
/**
[350] Fix | Delete
* @brief xcb_sync_create_alarm_value_list_t
[351] Fix | Delete
**/
[352] Fix | Delete
typedef struct xcb_sync_create_alarm_value_list_t {
[353] Fix | Delete
xcb_sync_counter_t counter;
[354] Fix | Delete
uint32_t valueType;
[355] Fix | Delete
xcb_sync_int64_t value;
[356] Fix | Delete
uint32_t testType;
[357] Fix | Delete
xcb_sync_int64_t delta;
[358] Fix | Delete
uint32_t events;
[359] Fix | Delete
} xcb_sync_create_alarm_value_list_t;
[360] Fix | Delete
[361] Fix | Delete
/** Opcode for xcb_sync_create_alarm. */
[362] Fix | Delete
#define XCB_SYNC_CREATE_ALARM 8
[363] Fix | Delete
[364] Fix | Delete
/**
[365] Fix | Delete
* @brief xcb_sync_create_alarm_request_t
[366] Fix | Delete
**/
[367] Fix | Delete
typedef struct xcb_sync_create_alarm_request_t {
[368] Fix | Delete
uint8_t major_opcode;
[369] Fix | Delete
uint8_t minor_opcode;
[370] Fix | Delete
uint16_t length;
[371] Fix | Delete
xcb_sync_alarm_t id;
[372] Fix | Delete
uint32_t value_mask;
[373] Fix | Delete
} xcb_sync_create_alarm_request_t;
[374] Fix | Delete
[375] Fix | Delete
/**
[376] Fix | Delete
* @brief xcb_sync_change_alarm_value_list_t
[377] Fix | Delete
**/
[378] Fix | Delete
typedef struct xcb_sync_change_alarm_value_list_t {
[379] Fix | Delete
xcb_sync_counter_t counter;
[380] Fix | Delete
uint32_t valueType;
[381] Fix | Delete
xcb_sync_int64_t value;
[382] Fix | Delete
uint32_t testType;
[383] Fix | Delete
xcb_sync_int64_t delta;
[384] Fix | Delete
uint32_t events;
[385] Fix | Delete
} xcb_sync_change_alarm_value_list_t;
[386] Fix | Delete
[387] Fix | Delete
/** Opcode for xcb_sync_change_alarm. */
[388] Fix | Delete
#define XCB_SYNC_CHANGE_ALARM 9
[389] Fix | Delete
[390] Fix | Delete
/**
[391] Fix | Delete
* @brief xcb_sync_change_alarm_request_t
[392] Fix | Delete
**/
[393] Fix | Delete
typedef struct xcb_sync_change_alarm_request_t {
[394] Fix | Delete
uint8_t major_opcode;
[395] Fix | Delete
uint8_t minor_opcode;
[396] Fix | Delete
uint16_t length;
[397] Fix | Delete
xcb_sync_alarm_t id;
[398] Fix | Delete
uint32_t value_mask;
[399] Fix | Delete
} xcb_sync_change_alarm_request_t;
[400] Fix | Delete
[401] Fix | Delete
/** Opcode for xcb_sync_destroy_alarm. */
[402] Fix | Delete
#define XCB_SYNC_DESTROY_ALARM 11
[403] Fix | Delete
[404] Fix | Delete
/**
[405] Fix | Delete
* @brief xcb_sync_destroy_alarm_request_t
[406] Fix | Delete
**/
[407] Fix | Delete
typedef struct xcb_sync_destroy_alarm_request_t {
[408] Fix | Delete
uint8_t major_opcode;
[409] Fix | Delete
uint8_t minor_opcode;
[410] Fix | Delete
uint16_t length;
[411] Fix | Delete
xcb_sync_alarm_t alarm;
[412] Fix | Delete
} xcb_sync_destroy_alarm_request_t;
[413] Fix | Delete
[414] Fix | Delete
/**
[415] Fix | Delete
* @brief xcb_sync_query_alarm_cookie_t
[416] Fix | Delete
**/
[417] Fix | Delete
typedef struct xcb_sync_query_alarm_cookie_t {
[418] Fix | Delete
unsigned int sequence;
[419] Fix | Delete
} xcb_sync_query_alarm_cookie_t;
[420] Fix | Delete
[421] Fix | Delete
/** Opcode for xcb_sync_query_alarm. */
[422] Fix | Delete
#define XCB_SYNC_QUERY_ALARM 10
[423] Fix | Delete
[424] Fix | Delete
/**
[425] Fix | Delete
* @brief xcb_sync_query_alarm_request_t
[426] Fix | Delete
**/
[427] Fix | Delete
typedef struct xcb_sync_query_alarm_request_t {
[428] Fix | Delete
uint8_t major_opcode;
[429] Fix | Delete
uint8_t minor_opcode;
[430] Fix | Delete
uint16_t length;
[431] Fix | Delete
xcb_sync_alarm_t alarm;
[432] Fix | Delete
} xcb_sync_query_alarm_request_t;
[433] Fix | Delete
[434] Fix | Delete
/**
[435] Fix | Delete
* @brief xcb_sync_query_alarm_reply_t
[436] Fix | Delete
**/
[437] Fix | Delete
typedef struct xcb_sync_query_alarm_reply_t {
[438] Fix | Delete
uint8_t response_type;
[439] Fix | Delete
uint8_t pad0;
[440] Fix | Delete
uint16_t sequence;
[441] Fix | Delete
uint32_t length;
[442] Fix | Delete
xcb_sync_trigger_t trigger;
[443] Fix | Delete
xcb_sync_int64_t delta;
[444] Fix | Delete
uint8_t events;
[445] Fix | Delete
uint8_t state;
[446] Fix | Delete
uint8_t pad1[2];
[447] Fix | Delete
} xcb_sync_query_alarm_reply_t;
[448] Fix | Delete
[449] Fix | Delete
/** Opcode for xcb_sync_set_priority. */
[450] Fix | Delete
#define XCB_SYNC_SET_PRIORITY 12
[451] Fix | Delete
[452] Fix | Delete
/**
[453] Fix | Delete
* @brief xcb_sync_set_priority_request_t
[454] Fix | Delete
**/
[455] Fix | Delete
typedef struct xcb_sync_set_priority_request_t {
[456] Fix | Delete
uint8_t major_opcode;
[457] Fix | Delete
uint8_t minor_opcode;
[458] Fix | Delete
uint16_t length;
[459] Fix | Delete
uint32_t id;
[460] Fix | Delete
int32_t priority;
[461] Fix | Delete
} xcb_sync_set_priority_request_t;
[462] Fix | Delete
[463] Fix | Delete
/**
[464] Fix | Delete
* @brief xcb_sync_get_priority_cookie_t
[465] Fix | Delete
**/
[466] Fix | Delete
typedef struct xcb_sync_get_priority_cookie_t {
[467] Fix | Delete
unsigned int sequence;
[468] Fix | Delete
} xcb_sync_get_priority_cookie_t;
[469] Fix | Delete
[470] Fix | Delete
/** Opcode for xcb_sync_get_priority. */
[471] Fix | Delete
#define XCB_SYNC_GET_PRIORITY 13
[472] Fix | Delete
[473] Fix | Delete
/**
[474] Fix | Delete
* @brief xcb_sync_get_priority_request_t
[475] Fix | Delete
**/
[476] Fix | Delete
typedef struct xcb_sync_get_priority_request_t {
[477] Fix | Delete
uint8_t major_opcode;
[478] Fix | Delete
uint8_t minor_opcode;
[479] Fix | Delete
uint16_t length;
[480] Fix | Delete
uint32_t id;
[481] Fix | Delete
} xcb_sync_get_priority_request_t;
[482] Fix | Delete
[483] Fix | Delete
/**
[484] Fix | Delete
* @brief xcb_sync_get_priority_reply_t
[485] Fix | Delete
**/
[486] Fix | Delete
typedef struct xcb_sync_get_priority_reply_t {
[487] Fix | Delete
uint8_t response_type;
[488] Fix | Delete
uint8_t pad0;
[489] Fix | Delete
uint16_t sequence;
[490] Fix | Delete
uint32_t length;
[491] Fix | Delete
int32_t priority;
[492] Fix | Delete
} xcb_sync_get_priority_reply_t;
[493] Fix | Delete
[494] Fix | Delete
/** Opcode for xcb_sync_create_fence. */
[495] Fix | Delete
#define XCB_SYNC_CREATE_FENCE 14
[496] Fix | Delete
[497] Fix | Delete
/**
[498] Fix | Delete
* @brief xcb_sync_create_fence_request_t
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function