Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/xcb
File: present.h
/*
[0] Fix | Delete
* This file generated automatically from present.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_Present_API XCB Present API
[6] Fix | Delete
* @brief Present XCB Protocol Implementation.
[7] Fix | Delete
* @{
[8] Fix | Delete
**/
[9] Fix | Delete
[10] Fix | Delete
#ifndef __PRESENT_H
[11] Fix | Delete
#define __PRESENT_H
[12] Fix | Delete
[13] Fix | Delete
#include "xcb.h"
[14] Fix | Delete
#include "xproto.h"
[15] Fix | Delete
#include "randr.h"
[16] Fix | Delete
#include "xfixes.h"
[17] Fix | Delete
#include "sync.h"
[18] Fix | Delete
[19] Fix | Delete
#ifdef __cplusplus
[20] Fix | Delete
extern "C" {
[21] Fix | Delete
#endif
[22] Fix | Delete
[23] Fix | Delete
#define XCB_PRESENT_MAJOR_VERSION 1
[24] Fix | Delete
#define XCB_PRESENT_MINOR_VERSION 2
[25] Fix | Delete
[26] Fix | Delete
extern xcb_extension_t xcb_present_id;
[27] Fix | Delete
[28] Fix | Delete
typedef enum xcb_present_event_enum_t {
[29] Fix | Delete
XCB_PRESENT_EVENT_CONFIGURE_NOTIFY = 0,
[30] Fix | Delete
XCB_PRESENT_EVENT_COMPLETE_NOTIFY = 1,
[31] Fix | Delete
XCB_PRESENT_EVENT_IDLE_NOTIFY = 2,
[32] Fix | Delete
XCB_PRESENT_EVENT_REDIRECT_NOTIFY = 3
[33] Fix | Delete
} xcb_present_event_enum_t;
[34] Fix | Delete
[35] Fix | Delete
typedef enum xcb_present_event_mask_t {
[36] Fix | Delete
XCB_PRESENT_EVENT_MASK_NO_EVENT = 0,
[37] Fix | Delete
XCB_PRESENT_EVENT_MASK_CONFIGURE_NOTIFY = 1,
[38] Fix | Delete
XCB_PRESENT_EVENT_MASK_COMPLETE_NOTIFY = 2,
[39] Fix | Delete
XCB_PRESENT_EVENT_MASK_IDLE_NOTIFY = 4,
[40] Fix | Delete
XCB_PRESENT_EVENT_MASK_REDIRECT_NOTIFY = 8
[41] Fix | Delete
} xcb_present_event_mask_t;
[42] Fix | Delete
[43] Fix | Delete
typedef enum xcb_present_option_t {
[44] Fix | Delete
XCB_PRESENT_OPTION_NONE = 0,
[45] Fix | Delete
XCB_PRESENT_OPTION_ASYNC = 1,
[46] Fix | Delete
XCB_PRESENT_OPTION_COPY = 2,
[47] Fix | Delete
XCB_PRESENT_OPTION_UST = 4,
[48] Fix | Delete
XCB_PRESENT_OPTION_SUBOPTIMAL = 8
[49] Fix | Delete
} xcb_present_option_t;
[50] Fix | Delete
[51] Fix | Delete
typedef enum xcb_present_capability_t {
[52] Fix | Delete
XCB_PRESENT_CAPABILITY_NONE = 0,
[53] Fix | Delete
XCB_PRESENT_CAPABILITY_ASYNC = 1,
[54] Fix | Delete
XCB_PRESENT_CAPABILITY_FENCE = 2,
[55] Fix | Delete
XCB_PRESENT_CAPABILITY_UST = 4
[56] Fix | Delete
} xcb_present_capability_t;
[57] Fix | Delete
[58] Fix | Delete
typedef enum xcb_present_complete_kind_t {
[59] Fix | Delete
XCB_PRESENT_COMPLETE_KIND_PIXMAP = 0,
[60] Fix | Delete
XCB_PRESENT_COMPLETE_KIND_NOTIFY_MSC = 1
[61] Fix | Delete
} xcb_present_complete_kind_t;
[62] Fix | Delete
[63] Fix | Delete
typedef enum xcb_present_complete_mode_t {
[64] Fix | Delete
XCB_PRESENT_COMPLETE_MODE_COPY = 0,
[65] Fix | Delete
XCB_PRESENT_COMPLETE_MODE_FLIP = 1,
[66] Fix | Delete
XCB_PRESENT_COMPLETE_MODE_SKIP = 2,
[67] Fix | Delete
XCB_PRESENT_COMPLETE_MODE_SUBOPTIMAL_COPY = 3
[68] Fix | Delete
} xcb_present_complete_mode_t;
[69] Fix | Delete
[70] Fix | Delete
/**
[71] Fix | Delete
* @brief xcb_present_notify_t
[72] Fix | Delete
**/
[73] Fix | Delete
typedef struct xcb_present_notify_t {
[74] Fix | Delete
xcb_window_t window;
[75] Fix | Delete
uint32_t serial;
[76] Fix | Delete
} xcb_present_notify_t;
[77] Fix | Delete
[78] Fix | Delete
/**
[79] Fix | Delete
* @brief xcb_present_notify_iterator_t
[80] Fix | Delete
**/
[81] Fix | Delete
typedef struct xcb_present_notify_iterator_t {
[82] Fix | Delete
xcb_present_notify_t *data;
[83] Fix | Delete
int rem;
[84] Fix | Delete
int index;
[85] Fix | Delete
} xcb_present_notify_iterator_t;
[86] Fix | Delete
[87] Fix | Delete
/**
[88] Fix | Delete
* @brief xcb_present_query_version_cookie_t
[89] Fix | Delete
**/
[90] Fix | Delete
typedef struct xcb_present_query_version_cookie_t {
[91] Fix | Delete
unsigned int sequence;
[92] Fix | Delete
} xcb_present_query_version_cookie_t;
[93] Fix | Delete
[94] Fix | Delete
/** Opcode for xcb_present_query_version. */
[95] Fix | Delete
#define XCB_PRESENT_QUERY_VERSION 0
[96] Fix | Delete
[97] Fix | Delete
/**
[98] Fix | Delete
* @brief xcb_present_query_version_request_t
[99] Fix | Delete
**/
[100] Fix | Delete
typedef struct xcb_present_query_version_request_t {
[101] Fix | Delete
uint8_t major_opcode;
[102] Fix | Delete
uint8_t minor_opcode;
[103] Fix | Delete
uint16_t length;
[104] Fix | Delete
uint32_t major_version;
[105] Fix | Delete
uint32_t minor_version;
[106] Fix | Delete
} xcb_present_query_version_request_t;
[107] Fix | Delete
[108] Fix | Delete
/**
[109] Fix | Delete
* @brief xcb_present_query_version_reply_t
[110] Fix | Delete
**/
[111] Fix | Delete
typedef struct xcb_present_query_version_reply_t {
[112] Fix | Delete
uint8_t response_type;
[113] Fix | Delete
uint8_t pad0;
[114] Fix | Delete
uint16_t sequence;
[115] Fix | Delete
uint32_t length;
[116] Fix | Delete
uint32_t major_version;
[117] Fix | Delete
uint32_t minor_version;
[118] Fix | Delete
} xcb_present_query_version_reply_t;
[119] Fix | Delete
[120] Fix | Delete
/** Opcode for xcb_present_pixmap. */
[121] Fix | Delete
#define XCB_PRESENT_PIXMAP 1
[122] Fix | Delete
[123] Fix | Delete
/**
[124] Fix | Delete
* @brief xcb_present_pixmap_request_t
[125] Fix | Delete
**/
[126] Fix | Delete
typedef struct xcb_present_pixmap_request_t {
[127] Fix | Delete
uint8_t major_opcode;
[128] Fix | Delete
uint8_t minor_opcode;
[129] Fix | Delete
uint16_t length;
[130] Fix | Delete
xcb_window_t window;
[131] Fix | Delete
xcb_pixmap_t pixmap;
[132] Fix | Delete
uint32_t serial;
[133] Fix | Delete
xcb_xfixes_region_t valid;
[134] Fix | Delete
xcb_xfixes_region_t update;
[135] Fix | Delete
int16_t x_off;
[136] Fix | Delete
int16_t y_off;
[137] Fix | Delete
xcb_randr_crtc_t target_crtc;
[138] Fix | Delete
xcb_sync_fence_t wait_fence;
[139] Fix | Delete
xcb_sync_fence_t idle_fence;
[140] Fix | Delete
uint32_t options;
[141] Fix | Delete
uint8_t pad0[4];
[142] Fix | Delete
uint64_t target_msc;
[143] Fix | Delete
uint64_t divisor;
[144] Fix | Delete
uint64_t remainder;
[145] Fix | Delete
} xcb_present_pixmap_request_t;
[146] Fix | Delete
[147] Fix | Delete
/** Opcode for xcb_present_notify_msc. */
[148] Fix | Delete
#define XCB_PRESENT_NOTIFY_MSC 2
[149] Fix | Delete
[150] Fix | Delete
/**
[151] Fix | Delete
* @brief xcb_present_notify_msc_request_t
[152] Fix | Delete
**/
[153] Fix | Delete
typedef struct xcb_present_notify_msc_request_t {
[154] Fix | Delete
uint8_t major_opcode;
[155] Fix | Delete
uint8_t minor_opcode;
[156] Fix | Delete
uint16_t length;
[157] Fix | Delete
xcb_window_t window;
[158] Fix | Delete
uint32_t serial;
[159] Fix | Delete
uint8_t pad0[4];
[160] Fix | Delete
uint64_t target_msc;
[161] Fix | Delete
uint64_t divisor;
[162] Fix | Delete
uint64_t remainder;
[163] Fix | Delete
} xcb_present_notify_msc_request_t;
[164] Fix | Delete
[165] Fix | Delete
typedef uint32_t xcb_present_event_t;
[166] Fix | Delete
[167] Fix | Delete
/**
[168] Fix | Delete
* @brief xcb_present_event_iterator_t
[169] Fix | Delete
**/
[170] Fix | Delete
typedef struct xcb_present_event_iterator_t {
[171] Fix | Delete
xcb_present_event_t *data;
[172] Fix | Delete
int rem;
[173] Fix | Delete
int index;
[174] Fix | Delete
} xcb_present_event_iterator_t;
[175] Fix | Delete
[176] Fix | Delete
/** Opcode for xcb_present_select_input. */
[177] Fix | Delete
#define XCB_PRESENT_SELECT_INPUT 3
[178] Fix | Delete
[179] Fix | Delete
/**
[180] Fix | Delete
* @brief xcb_present_select_input_request_t
[181] Fix | Delete
**/
[182] Fix | Delete
typedef struct xcb_present_select_input_request_t {
[183] Fix | Delete
uint8_t major_opcode;
[184] Fix | Delete
uint8_t minor_opcode;
[185] Fix | Delete
uint16_t length;
[186] Fix | Delete
xcb_present_event_t eid;
[187] Fix | Delete
xcb_window_t window;
[188] Fix | Delete
uint32_t event_mask;
[189] Fix | Delete
} xcb_present_select_input_request_t;
[190] Fix | Delete
[191] Fix | Delete
/**
[192] Fix | Delete
* @brief xcb_present_query_capabilities_cookie_t
[193] Fix | Delete
**/
[194] Fix | Delete
typedef struct xcb_present_query_capabilities_cookie_t {
[195] Fix | Delete
unsigned int sequence;
[196] Fix | Delete
} xcb_present_query_capabilities_cookie_t;
[197] Fix | Delete
[198] Fix | Delete
/** Opcode for xcb_present_query_capabilities. */
[199] Fix | Delete
#define XCB_PRESENT_QUERY_CAPABILITIES 4
[200] Fix | Delete
[201] Fix | Delete
/**
[202] Fix | Delete
* @brief xcb_present_query_capabilities_request_t
[203] Fix | Delete
**/
[204] Fix | Delete
typedef struct xcb_present_query_capabilities_request_t {
[205] Fix | Delete
uint8_t major_opcode;
[206] Fix | Delete
uint8_t minor_opcode;
[207] Fix | Delete
uint16_t length;
[208] Fix | Delete
uint32_t target;
[209] Fix | Delete
} xcb_present_query_capabilities_request_t;
[210] Fix | Delete
[211] Fix | Delete
/**
[212] Fix | Delete
* @brief xcb_present_query_capabilities_reply_t
[213] Fix | Delete
**/
[214] Fix | Delete
typedef struct xcb_present_query_capabilities_reply_t {
[215] Fix | Delete
uint8_t response_type;
[216] Fix | Delete
uint8_t pad0;
[217] Fix | Delete
uint16_t sequence;
[218] Fix | Delete
uint32_t length;
[219] Fix | Delete
uint32_t capabilities;
[220] Fix | Delete
} xcb_present_query_capabilities_reply_t;
[221] Fix | Delete
[222] Fix | Delete
/** Opcode for xcb_present_generic. */
[223] Fix | Delete
#define XCB_PRESENT_GENERIC 0
[224] Fix | Delete
[225] Fix | Delete
/**
[226] Fix | Delete
* @brief xcb_present_generic_event_t
[227] Fix | Delete
**/
[228] Fix | Delete
typedef struct xcb_present_generic_event_t {
[229] Fix | Delete
uint8_t response_type;
[230] Fix | Delete
uint8_t extension;
[231] Fix | Delete
uint16_t sequence;
[232] Fix | Delete
uint32_t length;
[233] Fix | Delete
uint16_t evtype;
[234] Fix | Delete
uint8_t pad0[2];
[235] Fix | Delete
xcb_present_event_t event;
[236] Fix | Delete
} xcb_present_generic_event_t;
[237] Fix | Delete
[238] Fix | Delete
/** Opcode for xcb_present_configure_notify. */
[239] Fix | Delete
#define XCB_PRESENT_CONFIGURE_NOTIFY 0
[240] Fix | Delete
[241] Fix | Delete
/**
[242] Fix | Delete
* @brief xcb_present_configure_notify_event_t
[243] Fix | Delete
**/
[244] Fix | Delete
typedef struct xcb_present_configure_notify_event_t {
[245] Fix | Delete
uint8_t response_type;
[246] Fix | Delete
uint8_t extension;
[247] Fix | Delete
uint16_t sequence;
[248] Fix | Delete
uint32_t length;
[249] Fix | Delete
uint16_t event_type;
[250] Fix | Delete
uint8_t pad0[2];
[251] Fix | Delete
xcb_present_event_t event;
[252] Fix | Delete
xcb_window_t window;
[253] Fix | Delete
int16_t x;
[254] Fix | Delete
int16_t y;
[255] Fix | Delete
uint16_t width;
[256] Fix | Delete
uint16_t height;
[257] Fix | Delete
int16_t off_x;
[258] Fix | Delete
int16_t off_y;
[259] Fix | Delete
uint32_t full_sequence;
[260] Fix | Delete
uint16_t pixmap_width;
[261] Fix | Delete
uint16_t pixmap_height;
[262] Fix | Delete
uint32_t pixmap_flags;
[263] Fix | Delete
} xcb_present_configure_notify_event_t;
[264] Fix | Delete
[265] Fix | Delete
/** Opcode for xcb_present_complete_notify. */
[266] Fix | Delete
#define XCB_PRESENT_COMPLETE_NOTIFY 1
[267] Fix | Delete
[268] Fix | Delete
/**
[269] Fix | Delete
* @brief xcb_present_complete_notify_event_t
[270] Fix | Delete
**/
[271] Fix | Delete
typedef struct xcb_present_complete_notify_event_t {
[272] Fix | Delete
uint8_t response_type;
[273] Fix | Delete
uint8_t extension;
[274] Fix | Delete
uint16_t sequence;
[275] Fix | Delete
uint32_t length;
[276] Fix | Delete
uint16_t event_type;
[277] Fix | Delete
uint8_t kind;
[278] Fix | Delete
uint8_t mode;
[279] Fix | Delete
xcb_present_event_t event;
[280] Fix | Delete
xcb_window_t window;
[281] Fix | Delete
uint32_t serial;
[282] Fix | Delete
uint64_t ust;
[283] Fix | Delete
uint32_t full_sequence;
[284] Fix | Delete
uint64_t msc;
[285] Fix | Delete
} XCB_PACKED xcb_present_complete_notify_event_t;
[286] Fix | Delete
[287] Fix | Delete
/** Opcode for xcb_present_idle_notify. */
[288] Fix | Delete
#define XCB_PRESENT_IDLE_NOTIFY 2
[289] Fix | Delete
[290] Fix | Delete
/**
[291] Fix | Delete
* @brief xcb_present_idle_notify_event_t
[292] Fix | Delete
**/
[293] Fix | Delete
typedef struct xcb_present_idle_notify_event_t {
[294] Fix | Delete
uint8_t response_type;
[295] Fix | Delete
uint8_t extension;
[296] Fix | Delete
uint16_t sequence;
[297] Fix | Delete
uint32_t length;
[298] Fix | Delete
uint16_t event_type;
[299] Fix | Delete
uint8_t pad0[2];
[300] Fix | Delete
xcb_present_event_t event;
[301] Fix | Delete
xcb_window_t window;
[302] Fix | Delete
uint32_t serial;
[303] Fix | Delete
xcb_pixmap_t pixmap;
[304] Fix | Delete
xcb_sync_fence_t idle_fence;
[305] Fix | Delete
uint32_t full_sequence;
[306] Fix | Delete
} xcb_present_idle_notify_event_t;
[307] Fix | Delete
[308] Fix | Delete
/** Opcode for xcb_present_redirect_notify. */
[309] Fix | Delete
#define XCB_PRESENT_REDIRECT_NOTIFY 3
[310] Fix | Delete
[311] Fix | Delete
/**
[312] Fix | Delete
* @brief xcb_present_redirect_notify_event_t
[313] Fix | Delete
**/
[314] Fix | Delete
typedef struct xcb_present_redirect_notify_event_t {
[315] Fix | Delete
uint8_t response_type;
[316] Fix | Delete
uint8_t extension;
[317] Fix | Delete
uint16_t sequence;
[318] Fix | Delete
uint32_t length;
[319] Fix | Delete
uint16_t event_type;
[320] Fix | Delete
uint8_t update_window;
[321] Fix | Delete
uint8_t pad0;
[322] Fix | Delete
xcb_present_event_t event;
[323] Fix | Delete
xcb_window_t event_window;
[324] Fix | Delete
xcb_window_t window;
[325] Fix | Delete
xcb_pixmap_t pixmap;
[326] Fix | Delete
uint32_t serial;
[327] Fix | Delete
uint32_t full_sequence;
[328] Fix | Delete
xcb_xfixes_region_t valid_region;
[329] Fix | Delete
xcb_xfixes_region_t update_region;
[330] Fix | Delete
xcb_rectangle_t valid_rect;
[331] Fix | Delete
xcb_rectangle_t update_rect;
[332] Fix | Delete
int16_t x_off;
[333] Fix | Delete
int16_t y_off;
[334] Fix | Delete
xcb_randr_crtc_t target_crtc;
[335] Fix | Delete
xcb_sync_fence_t wait_fence;
[336] Fix | Delete
xcb_sync_fence_t idle_fence;
[337] Fix | Delete
uint32_t options;
[338] Fix | Delete
uint8_t pad1[4];
[339] Fix | Delete
uint64_t target_msc;
[340] Fix | Delete
uint64_t divisor;
[341] Fix | Delete
uint64_t remainder;
[342] Fix | Delete
} XCB_PACKED xcb_present_redirect_notify_event_t;
[343] Fix | Delete
[344] Fix | Delete
/**
[345] Fix | Delete
* Get the next element of the iterator
[346] Fix | Delete
* @param i Pointer to a xcb_present_notify_iterator_t
[347] Fix | Delete
*
[348] Fix | Delete
* Get the next element in the iterator. The member rem is
[349] Fix | Delete
* decreased by one. The member data points to the next
[350] Fix | Delete
* element. The member index is increased by sizeof(xcb_present_notify_t)
[351] Fix | Delete
*/
[352] Fix | Delete
void
[353] Fix | Delete
xcb_present_notify_next (xcb_present_notify_iterator_t *i);
[354] Fix | Delete
[355] Fix | Delete
/**
[356] Fix | Delete
* Return the iterator pointing to the last element
[357] Fix | Delete
* @param i An xcb_present_notify_iterator_t
[358] Fix | Delete
* @return The iterator pointing to the last element
[359] Fix | Delete
*
[360] Fix | Delete
* Set the current element in the iterator to the last element.
[361] Fix | Delete
* The member rem is set to 0. The member data points to the
[362] Fix | Delete
* last element.
[363] Fix | Delete
*/
[364] Fix | Delete
xcb_generic_iterator_t
[365] Fix | Delete
xcb_present_notify_end (xcb_present_notify_iterator_t i);
[366] Fix | Delete
[367] Fix | Delete
/**
[368] Fix | Delete
*
[369] Fix | Delete
* @param c The connection
[370] Fix | Delete
* @return A cookie
[371] Fix | Delete
*
[372] Fix | Delete
* Delivers a request to the X server.
[373] Fix | Delete
*
[374] Fix | Delete
*/
[375] Fix | Delete
xcb_present_query_version_cookie_t
[376] Fix | Delete
xcb_present_query_version (xcb_connection_t *c,
[377] Fix | Delete
uint32_t major_version,
[378] Fix | Delete
uint32_t minor_version);
[379] Fix | Delete
[380] Fix | Delete
/**
[381] Fix | Delete
*
[382] Fix | Delete
* @param c The connection
[383] Fix | Delete
* @return A cookie
[384] Fix | Delete
*
[385] Fix | Delete
* Delivers a request to the X server.
[386] Fix | Delete
*
[387] Fix | Delete
* This form can be used only if the request will cause
[388] Fix | Delete
* a reply to be generated. Any returned error will be
[389] Fix | Delete
* placed in the event queue.
[390] Fix | Delete
*/
[391] Fix | Delete
xcb_present_query_version_cookie_t
[392] Fix | Delete
xcb_present_query_version_unchecked (xcb_connection_t *c,
[393] Fix | Delete
uint32_t major_version,
[394] Fix | Delete
uint32_t minor_version);
[395] Fix | Delete
[396] Fix | Delete
/**
[397] Fix | Delete
* Return the reply
[398] Fix | Delete
* @param c The connection
[399] Fix | Delete
* @param cookie The cookie
[400] Fix | Delete
* @param e The xcb_generic_error_t supplied
[401] Fix | Delete
*
[402] Fix | Delete
* Returns the reply of the request asked by
[403] Fix | Delete
*
[404] Fix | Delete
* The parameter @p e supplied to this function must be NULL if
[405] Fix | Delete
* xcb_present_query_version_unchecked(). is used.
[406] Fix | Delete
* Otherwise, it stores the error if any.
[407] Fix | Delete
*
[408] Fix | Delete
* The returned value must be freed by the caller using free().
[409] Fix | Delete
*/
[410] Fix | Delete
xcb_present_query_version_reply_t *
[411] Fix | Delete
xcb_present_query_version_reply (xcb_connection_t *c,
[412] Fix | Delete
xcb_present_query_version_cookie_t cookie /**< */,
[413] Fix | Delete
xcb_generic_error_t **e);
[414] Fix | Delete
[415] Fix | Delete
int
[416] Fix | Delete
xcb_present_pixmap_sizeof (const void *_buffer,
[417] Fix | Delete
uint32_t notifies_len);
[418] Fix | Delete
[419] Fix | Delete
/**
[420] Fix | Delete
*
[421] Fix | Delete
* @param c The connection
[422] Fix | Delete
* @return A cookie
[423] Fix | Delete
*
[424] Fix | Delete
* Delivers a request to the X server.
[425] Fix | Delete
*
[426] Fix | Delete
* This form can be used only if the request will not cause
[427] Fix | Delete
* a reply to be generated. Any returned error will be
[428] Fix | Delete
* saved for handling by xcb_request_check().
[429] Fix | Delete
*/
[430] Fix | Delete
xcb_void_cookie_t
[431] Fix | Delete
xcb_present_pixmap_checked (xcb_connection_t *c,
[432] Fix | Delete
xcb_window_t window,
[433] Fix | Delete
xcb_pixmap_t pixmap,
[434] Fix | Delete
uint32_t serial,
[435] Fix | Delete
xcb_xfixes_region_t valid,
[436] Fix | Delete
xcb_xfixes_region_t update,
[437] Fix | Delete
int16_t x_off,
[438] Fix | Delete
int16_t y_off,
[439] Fix | Delete
xcb_randr_crtc_t target_crtc,
[440] Fix | Delete
xcb_sync_fence_t wait_fence,
[441] Fix | Delete
xcb_sync_fence_t idle_fence,
[442] Fix | Delete
uint32_t options,
[443] Fix | Delete
uint64_t target_msc,
[444] Fix | Delete
uint64_t divisor,
[445] Fix | Delete
uint64_t remainder,
[446] Fix | Delete
uint32_t notifies_len,
[447] Fix | Delete
const xcb_present_notify_t *notifies);
[448] Fix | Delete
[449] Fix | Delete
/**
[450] Fix | Delete
*
[451] Fix | Delete
* @param c The connection
[452] Fix | Delete
* @return A cookie
[453] Fix | Delete
*
[454] Fix | Delete
* Delivers a request to the X server.
[455] Fix | Delete
*
[456] Fix | Delete
*/
[457] Fix | Delete
xcb_void_cookie_t
[458] Fix | Delete
xcb_present_pixmap (xcb_connection_t *c,
[459] Fix | Delete
xcb_window_t window,
[460] Fix | Delete
xcb_pixmap_t pixmap,
[461] Fix | Delete
uint32_t serial,
[462] Fix | Delete
xcb_xfixes_region_t valid,
[463] Fix | Delete
xcb_xfixes_region_t update,
[464] Fix | Delete
int16_t x_off,
[465] Fix | Delete
int16_t y_off,
[466] Fix | Delete
xcb_randr_crtc_t target_crtc,
[467] Fix | Delete
xcb_sync_fence_t wait_fence,
[468] Fix | Delete
xcb_sync_fence_t idle_fence,
[469] Fix | Delete
uint32_t options,
[470] Fix | Delete
uint64_t target_msc,
[471] Fix | Delete
uint64_t divisor,
[472] Fix | Delete
uint64_t remainder,
[473] Fix | Delete
uint32_t notifies_len,
[474] Fix | Delete
const xcb_present_notify_t *notifies);
[475] Fix | Delete
[476] Fix | Delete
xcb_present_notify_t *
[477] Fix | Delete
xcb_present_pixmap_notifies (const xcb_present_pixmap_request_t *R);
[478] Fix | Delete
[479] Fix | Delete
int
[480] Fix | Delete
xcb_present_pixmap_notifies_length (const xcb_present_pixmap_request_t *R);
[481] Fix | Delete
[482] Fix | Delete
xcb_present_notify_iterator_t
[483] Fix | Delete
xcb_present_pixmap_notifies_iterator (const xcb_present_pixmap_request_t *R);
[484] Fix | Delete
[485] Fix | Delete
/**
[486] Fix | Delete
*
[487] Fix | Delete
* @param c The connection
[488] Fix | Delete
* @return A cookie
[489] Fix | Delete
*
[490] Fix | Delete
* Delivers a request to the X server.
[491] Fix | Delete
*
[492] Fix | Delete
* This form can be used only if the request will not cause
[493] Fix | Delete
* a reply to be generated. Any returned error will be
[494] Fix | Delete
* saved for handling by xcb_request_check().
[495] Fix | Delete
*/
[496] Fix | Delete
xcb_void_cookie_t
[497] Fix | Delete
xcb_present_notify_msc_checked (xcb_connection_t *c,
[498] Fix | Delete
xcb_window_t window,
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function