Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/xcb
File: composite.h
/*
[0] Fix | Delete
* This file generated automatically from composite.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_Composite_API XCB Composite API
[6] Fix | Delete
* @brief Composite XCB Protocol Implementation.
[7] Fix | Delete
* @{
[8] Fix | Delete
**/
[9] Fix | Delete
[10] Fix | Delete
#ifndef __COMPOSITE_H
[11] Fix | Delete
#define __COMPOSITE_H
[12] Fix | Delete
[13] Fix | Delete
#include "xcb.h"
[14] Fix | Delete
#include "xproto.h"
[15] Fix | Delete
#include "xfixes.h"
[16] Fix | Delete
[17] Fix | Delete
#ifdef __cplusplus
[18] Fix | Delete
extern "C" {
[19] Fix | Delete
#endif
[20] Fix | Delete
[21] Fix | Delete
#define XCB_COMPOSITE_MAJOR_VERSION 0
[22] Fix | Delete
#define XCB_COMPOSITE_MINOR_VERSION 4
[23] Fix | Delete
[24] Fix | Delete
extern xcb_extension_t xcb_composite_id;
[25] Fix | Delete
[26] Fix | Delete
typedef enum xcb_composite_redirect_t {
[27] Fix | Delete
XCB_COMPOSITE_REDIRECT_AUTOMATIC = 0,
[28] Fix | Delete
XCB_COMPOSITE_REDIRECT_MANUAL = 1
[29] Fix | Delete
} xcb_composite_redirect_t;
[30] Fix | Delete
[31] Fix | Delete
/**
[32] Fix | Delete
* @brief xcb_composite_query_version_cookie_t
[33] Fix | Delete
**/
[34] Fix | Delete
typedef struct xcb_composite_query_version_cookie_t {
[35] Fix | Delete
unsigned int sequence;
[36] Fix | Delete
} xcb_composite_query_version_cookie_t;
[37] Fix | Delete
[38] Fix | Delete
/** Opcode for xcb_composite_query_version. */
[39] Fix | Delete
#define XCB_COMPOSITE_QUERY_VERSION 0
[40] Fix | Delete
[41] Fix | Delete
/**
[42] Fix | Delete
* @brief xcb_composite_query_version_request_t
[43] Fix | Delete
**/
[44] Fix | Delete
typedef struct xcb_composite_query_version_request_t {
[45] Fix | Delete
uint8_t major_opcode;
[46] Fix | Delete
uint8_t minor_opcode;
[47] Fix | Delete
uint16_t length;
[48] Fix | Delete
uint32_t client_major_version;
[49] Fix | Delete
uint32_t client_minor_version;
[50] Fix | Delete
} xcb_composite_query_version_request_t;
[51] Fix | Delete
[52] Fix | Delete
/**
[53] Fix | Delete
* @brief xcb_composite_query_version_reply_t
[54] Fix | Delete
**/
[55] Fix | Delete
typedef struct xcb_composite_query_version_reply_t {
[56] Fix | Delete
uint8_t response_type;
[57] Fix | Delete
uint8_t pad0;
[58] Fix | Delete
uint16_t sequence;
[59] Fix | Delete
uint32_t length;
[60] Fix | Delete
uint32_t major_version;
[61] Fix | Delete
uint32_t minor_version;
[62] Fix | Delete
uint8_t pad1[16];
[63] Fix | Delete
} xcb_composite_query_version_reply_t;
[64] Fix | Delete
[65] Fix | Delete
/** Opcode for xcb_composite_redirect_window. */
[66] Fix | Delete
#define XCB_COMPOSITE_REDIRECT_WINDOW 1
[67] Fix | Delete
[68] Fix | Delete
/**
[69] Fix | Delete
* @brief xcb_composite_redirect_window_request_t
[70] Fix | Delete
**/
[71] Fix | Delete
typedef struct xcb_composite_redirect_window_request_t {
[72] Fix | Delete
uint8_t major_opcode;
[73] Fix | Delete
uint8_t minor_opcode;
[74] Fix | Delete
uint16_t length;
[75] Fix | Delete
xcb_window_t window;
[76] Fix | Delete
uint8_t update;
[77] Fix | Delete
uint8_t pad0[3];
[78] Fix | Delete
} xcb_composite_redirect_window_request_t;
[79] Fix | Delete
[80] Fix | Delete
/** Opcode for xcb_composite_redirect_subwindows. */
[81] Fix | Delete
#define XCB_COMPOSITE_REDIRECT_SUBWINDOWS 2
[82] Fix | Delete
[83] Fix | Delete
/**
[84] Fix | Delete
* @brief xcb_composite_redirect_subwindows_request_t
[85] Fix | Delete
**/
[86] Fix | Delete
typedef struct xcb_composite_redirect_subwindows_request_t {
[87] Fix | Delete
uint8_t major_opcode;
[88] Fix | Delete
uint8_t minor_opcode;
[89] Fix | Delete
uint16_t length;
[90] Fix | Delete
xcb_window_t window;
[91] Fix | Delete
uint8_t update;
[92] Fix | Delete
uint8_t pad0[3];
[93] Fix | Delete
} xcb_composite_redirect_subwindows_request_t;
[94] Fix | Delete
[95] Fix | Delete
/** Opcode for xcb_composite_unredirect_window. */
[96] Fix | Delete
#define XCB_COMPOSITE_UNREDIRECT_WINDOW 3
[97] Fix | Delete
[98] Fix | Delete
/**
[99] Fix | Delete
* @brief xcb_composite_unredirect_window_request_t
[100] Fix | Delete
**/
[101] Fix | Delete
typedef struct xcb_composite_unredirect_window_request_t {
[102] Fix | Delete
uint8_t major_opcode;
[103] Fix | Delete
uint8_t minor_opcode;
[104] Fix | Delete
uint16_t length;
[105] Fix | Delete
xcb_window_t window;
[106] Fix | Delete
uint8_t update;
[107] Fix | Delete
uint8_t pad0[3];
[108] Fix | Delete
} xcb_composite_unredirect_window_request_t;
[109] Fix | Delete
[110] Fix | Delete
/** Opcode for xcb_composite_unredirect_subwindows. */
[111] Fix | Delete
#define XCB_COMPOSITE_UNREDIRECT_SUBWINDOWS 4
[112] Fix | Delete
[113] Fix | Delete
/**
[114] Fix | Delete
* @brief xcb_composite_unredirect_subwindows_request_t
[115] Fix | Delete
**/
[116] Fix | Delete
typedef struct xcb_composite_unredirect_subwindows_request_t {
[117] Fix | Delete
uint8_t major_opcode;
[118] Fix | Delete
uint8_t minor_opcode;
[119] Fix | Delete
uint16_t length;
[120] Fix | Delete
xcb_window_t window;
[121] Fix | Delete
uint8_t update;
[122] Fix | Delete
uint8_t pad0[3];
[123] Fix | Delete
} xcb_composite_unredirect_subwindows_request_t;
[124] Fix | Delete
[125] Fix | Delete
/** Opcode for xcb_composite_create_region_from_border_clip. */
[126] Fix | Delete
#define XCB_COMPOSITE_CREATE_REGION_FROM_BORDER_CLIP 5
[127] Fix | Delete
[128] Fix | Delete
/**
[129] Fix | Delete
* @brief xcb_composite_create_region_from_border_clip_request_t
[130] Fix | Delete
**/
[131] Fix | Delete
typedef struct xcb_composite_create_region_from_border_clip_request_t {
[132] Fix | Delete
uint8_t major_opcode;
[133] Fix | Delete
uint8_t minor_opcode;
[134] Fix | Delete
uint16_t length;
[135] Fix | Delete
xcb_xfixes_region_t region;
[136] Fix | Delete
xcb_window_t window;
[137] Fix | Delete
} xcb_composite_create_region_from_border_clip_request_t;
[138] Fix | Delete
[139] Fix | Delete
/** Opcode for xcb_composite_name_window_pixmap. */
[140] Fix | Delete
#define XCB_COMPOSITE_NAME_WINDOW_PIXMAP 6
[141] Fix | Delete
[142] Fix | Delete
/**
[143] Fix | Delete
* @brief xcb_composite_name_window_pixmap_request_t
[144] Fix | Delete
**/
[145] Fix | Delete
typedef struct xcb_composite_name_window_pixmap_request_t {
[146] Fix | Delete
uint8_t major_opcode;
[147] Fix | Delete
uint8_t minor_opcode;
[148] Fix | Delete
uint16_t length;
[149] Fix | Delete
xcb_window_t window;
[150] Fix | Delete
xcb_pixmap_t pixmap;
[151] Fix | Delete
} xcb_composite_name_window_pixmap_request_t;
[152] Fix | Delete
[153] Fix | Delete
/**
[154] Fix | Delete
* @brief xcb_composite_get_overlay_window_cookie_t
[155] Fix | Delete
**/
[156] Fix | Delete
typedef struct xcb_composite_get_overlay_window_cookie_t {
[157] Fix | Delete
unsigned int sequence;
[158] Fix | Delete
} xcb_composite_get_overlay_window_cookie_t;
[159] Fix | Delete
[160] Fix | Delete
/** Opcode for xcb_composite_get_overlay_window. */
[161] Fix | Delete
#define XCB_COMPOSITE_GET_OVERLAY_WINDOW 7
[162] Fix | Delete
[163] Fix | Delete
/**
[164] Fix | Delete
* @brief xcb_composite_get_overlay_window_request_t
[165] Fix | Delete
**/
[166] Fix | Delete
typedef struct xcb_composite_get_overlay_window_request_t {
[167] Fix | Delete
uint8_t major_opcode;
[168] Fix | Delete
uint8_t minor_opcode;
[169] Fix | Delete
uint16_t length;
[170] Fix | Delete
xcb_window_t window;
[171] Fix | Delete
} xcb_composite_get_overlay_window_request_t;
[172] Fix | Delete
[173] Fix | Delete
/**
[174] Fix | Delete
* @brief xcb_composite_get_overlay_window_reply_t
[175] Fix | Delete
**/
[176] Fix | Delete
typedef struct xcb_composite_get_overlay_window_reply_t {
[177] Fix | Delete
uint8_t response_type;
[178] Fix | Delete
uint8_t pad0;
[179] Fix | Delete
uint16_t sequence;
[180] Fix | Delete
uint32_t length;
[181] Fix | Delete
xcb_window_t overlay_win;
[182] Fix | Delete
uint8_t pad1[20];
[183] Fix | Delete
} xcb_composite_get_overlay_window_reply_t;
[184] Fix | Delete
[185] Fix | Delete
/** Opcode for xcb_composite_release_overlay_window. */
[186] Fix | Delete
#define XCB_COMPOSITE_RELEASE_OVERLAY_WINDOW 8
[187] Fix | Delete
[188] Fix | Delete
/**
[189] Fix | Delete
* @brief xcb_composite_release_overlay_window_request_t
[190] Fix | Delete
**/
[191] Fix | Delete
typedef struct xcb_composite_release_overlay_window_request_t {
[192] Fix | Delete
uint8_t major_opcode;
[193] Fix | Delete
uint8_t minor_opcode;
[194] Fix | Delete
uint16_t length;
[195] Fix | Delete
xcb_window_t window;
[196] Fix | Delete
} xcb_composite_release_overlay_window_request_t;
[197] Fix | Delete
[198] Fix | Delete
/**
[199] Fix | Delete
*
[200] Fix | Delete
* @param c The connection
[201] Fix | Delete
* @return A cookie
[202] Fix | Delete
*
[203] Fix | Delete
* Delivers a request to the X server.
[204] Fix | Delete
*
[205] Fix | Delete
*/
[206] Fix | Delete
xcb_composite_query_version_cookie_t
[207] Fix | Delete
xcb_composite_query_version (xcb_connection_t *c,
[208] Fix | Delete
uint32_t client_major_version,
[209] Fix | Delete
uint32_t client_minor_version);
[210] Fix | Delete
[211] Fix | Delete
/**
[212] Fix | Delete
*
[213] Fix | Delete
* @param c The connection
[214] Fix | Delete
* @return A cookie
[215] Fix | Delete
*
[216] Fix | Delete
* Delivers a request to the X server.
[217] Fix | Delete
*
[218] Fix | Delete
* This form can be used only if the request will cause
[219] Fix | Delete
* a reply to be generated. Any returned error will be
[220] Fix | Delete
* placed in the event queue.
[221] Fix | Delete
*/
[222] Fix | Delete
xcb_composite_query_version_cookie_t
[223] Fix | Delete
xcb_composite_query_version_unchecked (xcb_connection_t *c,
[224] Fix | Delete
uint32_t client_major_version,
[225] Fix | Delete
uint32_t client_minor_version);
[226] Fix | Delete
[227] Fix | Delete
/**
[228] Fix | Delete
* Return the reply
[229] Fix | Delete
* @param c The connection
[230] Fix | Delete
* @param cookie The cookie
[231] Fix | Delete
* @param e The xcb_generic_error_t supplied
[232] Fix | Delete
*
[233] Fix | Delete
* Returns the reply of the request asked by
[234] Fix | Delete
*
[235] Fix | Delete
* The parameter @p e supplied to this function must be NULL if
[236] Fix | Delete
* xcb_composite_query_version_unchecked(). is used.
[237] Fix | Delete
* Otherwise, it stores the error if any.
[238] Fix | Delete
*
[239] Fix | Delete
* The returned value must be freed by the caller using free().
[240] Fix | Delete
*/
[241] Fix | Delete
xcb_composite_query_version_reply_t *
[242] Fix | Delete
xcb_composite_query_version_reply (xcb_connection_t *c,
[243] Fix | Delete
xcb_composite_query_version_cookie_t cookie /**< */,
[244] Fix | Delete
xcb_generic_error_t **e);
[245] Fix | Delete
[246] Fix | Delete
/**
[247] Fix | Delete
*
[248] Fix | Delete
* @param c The connection
[249] Fix | Delete
* @return A cookie
[250] Fix | Delete
*
[251] Fix | Delete
* Delivers a request to the X server.
[252] Fix | Delete
*
[253] Fix | Delete
* This form can be used only if the request will not cause
[254] Fix | Delete
* a reply to be generated. Any returned error will be
[255] Fix | Delete
* saved for handling by xcb_request_check().
[256] Fix | Delete
*/
[257] Fix | Delete
xcb_void_cookie_t
[258] Fix | Delete
xcb_composite_redirect_window_checked (xcb_connection_t *c,
[259] Fix | Delete
xcb_window_t window,
[260] Fix | Delete
uint8_t update);
[261] Fix | Delete
[262] Fix | Delete
/**
[263] Fix | Delete
*
[264] Fix | Delete
* @param c The connection
[265] Fix | Delete
* @return A cookie
[266] Fix | Delete
*
[267] Fix | Delete
* Delivers a request to the X server.
[268] Fix | Delete
*
[269] Fix | Delete
*/
[270] Fix | Delete
xcb_void_cookie_t
[271] Fix | Delete
xcb_composite_redirect_window (xcb_connection_t *c,
[272] Fix | Delete
xcb_window_t window,
[273] Fix | Delete
uint8_t update);
[274] Fix | Delete
[275] Fix | Delete
/**
[276] Fix | Delete
*
[277] Fix | Delete
* @param c The connection
[278] Fix | Delete
* @return A cookie
[279] Fix | Delete
*
[280] Fix | Delete
* Delivers a request to the X server.
[281] Fix | Delete
*
[282] Fix | Delete
* This form can be used only if the request will not cause
[283] Fix | Delete
* a reply to be generated. Any returned error will be
[284] Fix | Delete
* saved for handling by xcb_request_check().
[285] Fix | Delete
*/
[286] Fix | Delete
xcb_void_cookie_t
[287] Fix | Delete
xcb_composite_redirect_subwindows_checked (xcb_connection_t *c,
[288] Fix | Delete
xcb_window_t window,
[289] Fix | Delete
uint8_t update);
[290] Fix | Delete
[291] Fix | Delete
/**
[292] Fix | Delete
*
[293] Fix | Delete
* @param c The connection
[294] Fix | Delete
* @return A cookie
[295] Fix | Delete
*
[296] Fix | Delete
* Delivers a request to the X server.
[297] Fix | Delete
*
[298] Fix | Delete
*/
[299] Fix | Delete
xcb_void_cookie_t
[300] Fix | Delete
xcb_composite_redirect_subwindows (xcb_connection_t *c,
[301] Fix | Delete
xcb_window_t window,
[302] Fix | Delete
uint8_t update);
[303] Fix | Delete
[304] Fix | Delete
/**
[305] Fix | Delete
*
[306] Fix | Delete
* @param c The connection
[307] Fix | Delete
* @return A cookie
[308] Fix | Delete
*
[309] Fix | Delete
* Delivers a request to the X server.
[310] Fix | Delete
*
[311] Fix | Delete
* This form can be used only if the request will not cause
[312] Fix | Delete
* a reply to be generated. Any returned error will be
[313] Fix | Delete
* saved for handling by xcb_request_check().
[314] Fix | Delete
*/
[315] Fix | Delete
xcb_void_cookie_t
[316] Fix | Delete
xcb_composite_unredirect_window_checked (xcb_connection_t *c,
[317] Fix | Delete
xcb_window_t window,
[318] Fix | Delete
uint8_t update);
[319] Fix | Delete
[320] Fix | Delete
/**
[321] Fix | Delete
*
[322] Fix | Delete
* @param c The connection
[323] Fix | Delete
* @return A cookie
[324] Fix | Delete
*
[325] Fix | Delete
* Delivers a request to the X server.
[326] Fix | Delete
*
[327] Fix | Delete
*/
[328] Fix | Delete
xcb_void_cookie_t
[329] Fix | Delete
xcb_composite_unredirect_window (xcb_connection_t *c,
[330] Fix | Delete
xcb_window_t window,
[331] Fix | Delete
uint8_t update);
[332] Fix | Delete
[333] Fix | Delete
/**
[334] Fix | Delete
*
[335] Fix | Delete
* @param c The connection
[336] Fix | Delete
* @return A cookie
[337] Fix | Delete
*
[338] Fix | Delete
* Delivers a request to the X server.
[339] Fix | Delete
*
[340] Fix | Delete
* This form can be used only if the request will not cause
[341] Fix | Delete
* a reply to be generated. Any returned error will be
[342] Fix | Delete
* saved for handling by xcb_request_check().
[343] Fix | Delete
*/
[344] Fix | Delete
xcb_void_cookie_t
[345] Fix | Delete
xcb_composite_unredirect_subwindows_checked (xcb_connection_t *c,
[346] Fix | Delete
xcb_window_t window,
[347] Fix | Delete
uint8_t update);
[348] Fix | Delete
[349] Fix | Delete
/**
[350] Fix | Delete
*
[351] Fix | Delete
* @param c The connection
[352] Fix | Delete
* @return A cookie
[353] Fix | Delete
*
[354] Fix | Delete
* Delivers a request to the X server.
[355] Fix | Delete
*
[356] Fix | Delete
*/
[357] Fix | Delete
xcb_void_cookie_t
[358] Fix | Delete
xcb_composite_unredirect_subwindows (xcb_connection_t *c,
[359] Fix | Delete
xcb_window_t window,
[360] Fix | Delete
uint8_t update);
[361] Fix | Delete
[362] Fix | Delete
/**
[363] Fix | Delete
*
[364] Fix | Delete
* @param c The connection
[365] Fix | Delete
* @return A cookie
[366] Fix | Delete
*
[367] Fix | Delete
* Delivers a request to the X server.
[368] Fix | Delete
*
[369] Fix | Delete
* This form can be used only if the request will not cause
[370] Fix | Delete
* a reply to be generated. Any returned error will be
[371] Fix | Delete
* saved for handling by xcb_request_check().
[372] Fix | Delete
*/
[373] Fix | Delete
xcb_void_cookie_t
[374] Fix | Delete
xcb_composite_create_region_from_border_clip_checked (xcb_connection_t *c,
[375] Fix | Delete
xcb_xfixes_region_t region,
[376] Fix | Delete
xcb_window_t window);
[377] Fix | Delete
[378] Fix | Delete
/**
[379] Fix | Delete
*
[380] Fix | Delete
* @param c The connection
[381] Fix | Delete
* @return A cookie
[382] Fix | Delete
*
[383] Fix | Delete
* Delivers a request to the X server.
[384] Fix | Delete
*
[385] Fix | Delete
*/
[386] Fix | Delete
xcb_void_cookie_t
[387] Fix | Delete
xcb_composite_create_region_from_border_clip (xcb_connection_t *c,
[388] Fix | Delete
xcb_xfixes_region_t region,
[389] Fix | Delete
xcb_window_t window);
[390] Fix | Delete
[391] Fix | Delete
/**
[392] Fix | Delete
*
[393] Fix | Delete
* @param c The connection
[394] Fix | Delete
* @return A cookie
[395] Fix | Delete
*
[396] Fix | Delete
* Delivers a request to the X server.
[397] Fix | Delete
*
[398] Fix | Delete
* This form can be used only if the request will not cause
[399] Fix | Delete
* a reply to be generated. Any returned error will be
[400] Fix | Delete
* saved for handling by xcb_request_check().
[401] Fix | Delete
*/
[402] Fix | Delete
xcb_void_cookie_t
[403] Fix | Delete
xcb_composite_name_window_pixmap_checked (xcb_connection_t *c,
[404] Fix | Delete
xcb_window_t window,
[405] Fix | Delete
xcb_pixmap_t pixmap);
[406] Fix | Delete
[407] Fix | Delete
/**
[408] Fix | Delete
*
[409] Fix | Delete
* @param c The connection
[410] Fix | Delete
* @return A cookie
[411] Fix | Delete
*
[412] Fix | Delete
* Delivers a request to the X server.
[413] Fix | Delete
*
[414] Fix | Delete
*/
[415] Fix | Delete
xcb_void_cookie_t
[416] Fix | Delete
xcb_composite_name_window_pixmap (xcb_connection_t *c,
[417] Fix | Delete
xcb_window_t window,
[418] Fix | Delete
xcb_pixmap_t pixmap);
[419] Fix | Delete
[420] Fix | Delete
/**
[421] Fix | Delete
*
[422] Fix | Delete
* @param c The connection
[423] Fix | Delete
* @return A cookie
[424] Fix | Delete
*
[425] Fix | Delete
* Delivers a request to the X server.
[426] Fix | Delete
*
[427] Fix | Delete
*/
[428] Fix | Delete
xcb_composite_get_overlay_window_cookie_t
[429] Fix | Delete
xcb_composite_get_overlay_window (xcb_connection_t *c,
[430] Fix | Delete
xcb_window_t window);
[431] Fix | Delete
[432] Fix | Delete
/**
[433] Fix | Delete
*
[434] Fix | Delete
* @param c The connection
[435] Fix | Delete
* @return A cookie
[436] Fix | Delete
*
[437] Fix | Delete
* Delivers a request to the X server.
[438] Fix | Delete
*
[439] Fix | Delete
* This form can be used only if the request will cause
[440] Fix | Delete
* a reply to be generated. Any returned error will be
[441] Fix | Delete
* placed in the event queue.
[442] Fix | Delete
*/
[443] Fix | Delete
xcb_composite_get_overlay_window_cookie_t
[444] Fix | Delete
xcb_composite_get_overlay_window_unchecked (xcb_connection_t *c,
[445] Fix | Delete
xcb_window_t window);
[446] Fix | Delete
[447] Fix | Delete
/**
[448] Fix | Delete
* Return the reply
[449] Fix | Delete
* @param c The connection
[450] Fix | Delete
* @param cookie The cookie
[451] Fix | Delete
* @param e The xcb_generic_error_t supplied
[452] Fix | Delete
*
[453] Fix | Delete
* Returns the reply of the request asked by
[454] Fix | Delete
*
[455] Fix | Delete
* The parameter @p e supplied to this function must be NULL if
[456] Fix | Delete
* xcb_composite_get_overlay_window_unchecked(). is used.
[457] Fix | Delete
* Otherwise, it stores the error if any.
[458] Fix | Delete
*
[459] Fix | Delete
* The returned value must be freed by the caller using free().
[460] Fix | Delete
*/
[461] Fix | Delete
xcb_composite_get_overlay_window_reply_t *
[462] Fix | Delete
xcb_composite_get_overlay_window_reply (xcb_connection_t *c,
[463] Fix | Delete
xcb_composite_get_overlay_window_cookie_t cookie /**< */,
[464] Fix | Delete
xcb_generic_error_t **e);
[465] Fix | Delete
[466] Fix | Delete
/**
[467] Fix | Delete
*
[468] Fix | Delete
* @param c The connection
[469] Fix | Delete
* @return A cookie
[470] Fix | Delete
*
[471] Fix | Delete
* Delivers a request to the X server.
[472] Fix | Delete
*
[473] Fix | Delete
* This form can be used only if the request will not cause
[474] Fix | Delete
* a reply to be generated. Any returned error will be
[475] Fix | Delete
* saved for handling by xcb_request_check().
[476] Fix | Delete
*/
[477] Fix | Delete
xcb_void_cookie_t
[478] Fix | Delete
xcb_composite_release_overlay_window_checked (xcb_connection_t *c,
[479] Fix | Delete
xcb_window_t window);
[480] Fix | Delete
[481] Fix | Delete
/**
[482] Fix | Delete
*
[483] Fix | Delete
* @param c The connection
[484] Fix | Delete
* @return A cookie
[485] Fix | Delete
*
[486] Fix | Delete
* Delivers a request to the X server.
[487] Fix | Delete
*
[488] Fix | Delete
*/
[489] Fix | Delete
xcb_void_cookie_t
[490] Fix | Delete
xcb_composite_release_overlay_window (xcb_connection_t *c,
[491] Fix | Delete
xcb_window_t window);
[492] Fix | Delete
[493] Fix | Delete
[494] Fix | Delete
#ifdef __cplusplus
[495] Fix | Delete
}
[496] Fix | Delete
#endif
[497] Fix | Delete
[498] Fix | Delete
#endif
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function