[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
include
/
xcb
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 bigreq.h
2,407 B
SET
[ EDIT ]
|
[ DEL ]
📄 composite.h
13,867 B
SET
[ EDIT ]
|
[ DEL ]
📄 damage.h
9,285 B
SET
[ EDIT ]
|
[ DEL ]
📄 dpms.h
11,924 B
SET
[ EDIT ]
|
[ DEL ]
📄 dri2.h
35,759 B
SET
[ EDIT ]
|
[ DEL ]
📄 dri3.h
24,241 B
SET
[ EDIT ]
|
[ DEL ]
📄 ge.h
2,981 B
SET
[ EDIT ]
|
[ DEL ]
📄 glx.h
252,818 B
SET
[ EDIT ]
|
[ DEL ]
📄 present.h
19,292 B
SET
[ EDIT ]
|
[ DEL ]
📄 randr.h
139,534 B
SET
[ EDIT ]
|
[ DEL ]
📄 record.h
27,912 B
SET
[ EDIT ]
|
[ DEL ]
📄 render.h
103,726 B
SET
[ EDIT ]
|
[ DEL ]
📄 res.h
24,483 B
SET
[ EDIT ]
|
[ DEL ]
📄 screensaver.h
16,482 B
SET
[ EDIT ]
|
[ DEL ]
📄 shape.h
20,806 B
SET
[ EDIT ]
|
[ DEL ]
📄 shm.h
17,261 B
SET
[ EDIT ]
|
[ DEL ]
📄 sync.h
43,756 B
SET
[ EDIT ]
|
[ DEL ]
📄 xc_misc.h
7,137 B
SET
[ EDIT ]
|
[ DEL ]
📄 xcb.h
21,461 B
SET
[ EDIT ]
|
[ DEL ]
📄 xcbext.h
13,990 B
SET
[ EDIT ]
|
[ DEL ]
📄 xevie.h
11,593 B
SET
[ EDIT ]
|
[ DEL ]
📄 xf86dri.h
28,034 B
SET
[ EDIT ]
|
[ DEL ]
📄 xfixes.h
58,079 B
SET
[ EDIT ]
|
[ DEL ]
📄 xinerama.h
14,955 B
SET
[ EDIT ]
|
[ DEL ]
📄 xinput.h
305,557 B
SET
[ EDIT ]
|
[ DEL ]
📄 xkb.h
246,448 B
SET
[ EDIT ]
|
[ DEL ]
📄 xprint.h
57,187 B
SET
[ EDIT ]
|
[ DEL ]
📄 xproto.h
385,800 B
SET
[ EDIT ]
|
[ DEL ]
📄 xselinux.h
56,622 B
SET
[ EDIT ]
|
[ DEL ]
📄 xtest.h
7,589 B
SET
[ EDIT ]
|
[ DEL ]
📄 xv.h
57,788 B
SET
[ EDIT ]
|
[ DEL ]
📄 xvmc.h
24,530 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: bigreq.h
/* * This file generated automatically from bigreq.xml by c_client.py. * Edit at your peril. */ /** * @defgroup XCB_BigRequests_API XCB BigRequests API * @brief BigRequests XCB Protocol Implementation. * @{ **/ #ifndef __BIGREQ_H #define __BIGREQ_H #include "xcb.h" #ifdef __cplusplus extern "C" { #endif #define XCB_BIGREQUESTS_MAJOR_VERSION 0 #define XCB_BIGREQUESTS_MINOR_VERSION 0 extern xcb_extension_t xcb_big_requests_id; /** * @brief xcb_big_requests_enable_cookie_t **/ typedef struct xcb_big_requests_enable_cookie_t { unsigned int sequence; } xcb_big_requests_enable_cookie_t; /** Opcode for xcb_big_requests_enable. */ #define XCB_BIG_REQUESTS_ENABLE 0 /** * @brief xcb_big_requests_enable_request_t **/ typedef struct xcb_big_requests_enable_request_t { uint8_t major_opcode; uint8_t minor_opcode; uint16_t length; } xcb_big_requests_enable_request_t; /** * @brief xcb_big_requests_enable_reply_t **/ typedef struct xcb_big_requests_enable_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint32_t length; uint32_t maximum_request_length; } xcb_big_requests_enable_reply_t; /** * * @param c The connection * @return A cookie * * Delivers a request to the X server. * */ xcb_big_requests_enable_cookie_t xcb_big_requests_enable (xcb_connection_t *c); /** * * @param c The connection * @return A cookie * * Delivers a request to the X server. * * This form can be used only if the request will cause * a reply to be generated. Any returned error will be * placed in the event queue. */ xcb_big_requests_enable_cookie_t xcb_big_requests_enable_unchecked (xcb_connection_t *c); /** * Return the reply * @param c The connection * @param cookie The cookie * @param e The xcb_generic_error_t supplied * * Returns the reply of the request asked by * * The parameter @p e supplied to this function must be NULL if * xcb_big_requests_enable_unchecked(). is used. * Otherwise, it stores the error if any. * * The returned value must be freed by the caller using free(). */ 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); #ifdef __cplusplus } #endif #endif /** * @} */