X7ROOT File Manager
Current Path:
/usr/include/X11/extensions
usr
/
include
/
X11
/
extensions
/
ðŸ“
..
📄
EVI.h
(1.53 KB)
📄
EVIproto.h
(2.94 KB)
📄
XI.h
(9.59 KB)
📄
XI2.h
(10.29 KB)
📄
XI2proto.h
(36.7 KB)
📄
XIproto.h
(40.05 KB)
📄
XKB.h
(27.55 KB)
📄
XKBgeom.h
(15.44 KB)
📄
XKBproto.h
(28.42 KB)
📄
XKBsrv.h
(27.36 KB)
📄
XKBstr.h
(19.17 KB)
📄
XResproto.h
(5.05 KB)
📄
Xv.h
(2.96 KB)
📄
XvMC.h
(3.54 KB)
📄
XvMCproto.h
(4.38 KB)
📄
Xvproto.h
(11.83 KB)
📄
ag.h
(1.67 KB)
📄
agproto.h
(4.89 KB)
📄
bigreqsproto.h
(1.86 KB)
📄
bigreqstr.h
(187 B)
📄
composite.h
(3.06 KB)
📄
compositeproto.h
(5.33 KB)
📄
cup.h
(1.32 KB)
📄
cupproto.h
(2.99 KB)
📄
damageproto.h
(3.53 KB)
📄
damagewire.h
(1.85 KB)
📄
dbe.h
(2.11 KB)
📄
dbeproto.h
(7.17 KB)
📄
dmx.h
(2.32 KB)
📄
dmxproto.h
(13.03 KB)
📄
dpmsconst.h
(1.74 KB)
📄
dpmsproto.h
(5.16 KB)
📄
dri2proto.h
(8.12 KB)
📄
dri2tokens.h
(2.41 KB)
📄
dri3proto.h
(5.99 KB)
📄
ge.h
(1.74 KB)
📄
geproto.h
(2.3 KB)
📄
lbx.h
(2.18 KB)
📄
lbxproto.h
(24.2 KB)
📄
mitmiscconst.h
(1.47 KB)
📄
mitmiscproto.h
(2.18 KB)
📄
multibufconst.h
(2.51 KB)
📄
multibufproto.h
(8.4 KB)
📄
panoramiXproto.h
(5.34 KB)
📄
presentproto.h
(5.28 KB)
📄
presenttokens.h
(3.51 KB)
📄
randr.h
(6.75 KB)
📄
randrproto.h
(25.15 KB)
📄
recordconst.h
(2.02 KB)
📄
recordproto.h
(7.46 KB)
📄
recordstr.h
(258 B)
📄
render.h
(6.77 KB)
📄
renderproto.h
(12.91 KB)
📄
saver.h
(1.86 KB)
📄
saverproto.h
(5.01 KB)
📄
secur.h
(2.09 KB)
📄
securproto.h
(3.1 KB)
📄
shapeconst.h
(1.83 KB)
📄
shapeproto.h
(6.57 KB)
📄
shapestr.h
(252 B)
📄
shm.h
(1.61 KB)
📄
shmproto.h
(5.9 KB)
📄
shmstr.h
(2.07 KB)
📄
syncconst.h
(6.59 KB)
📄
syncproto.h
(10.74 KB)
📄
syncstr.h
(5.47 KB)
📄
xcmiscproto.h
(2.99 KB)
📄
xcmiscstr.h
(185 B)
📄
xf86bigfont.h
(414 B)
📄
xf86bigfproto.h
(2.48 KB)
📄
xf86bigfstr.h
(191 B)
📄
xf86dga.h
(369 B)
📄
xf86dga1const.h
(931 B)
📄
xf86dga1proto.h
(4.4 KB)
📄
xf86dga1str.h
(191 B)
📄
xf86dgaconst.h
(2.47 KB)
📄
xf86dgaproto.h
(6.94 KB)
📄
xf86dgastr.h
(188 B)
📄
xf86misc.h
(3.81 KB)
📄
xf86mscstr.h
(5.96 KB)
📄
xf86vm.h
(2.06 KB)
📄
xf86vmproto.h
(15.33 KB)
📄
xf86vmstr.h
(185 B)
📄
xfixesproto.h
(12.45 KB)
📄
xfixeswire.h
(5.27 KB)
📄
xtestconst.h
(1.36 KB)
📄
xtestext1const.h
(5.31 KB)
📄
xtestext1proto.h
(7.61 KB)
📄
xtestproto.h
(3.18 KB)
Editing: XResproto.h
/* Copyright (c) 2002 XFree86 Inc */ #ifndef _XRESPROTO_H #define _XRESPROTO_H #define XRES_MAJOR_VERSION 1 #define XRES_MINOR_VERSION 2 #define XRES_NAME "X-Resource" /* v1.0 */ #define X_XResQueryVersion 0 #define X_XResQueryClients 1 #define X_XResQueryClientResources 2 #define X_XResQueryClientPixmapBytes 3 /* Version 1.1 has been accidentally released from the version */ /* control and while it doesn't have differences to version 1.0, the */ /* next version is labeled 1.2 in order to remove the risk of confusion. */ /* v1.2 */ #define X_XResQueryClientIds 4 #define X_XResQueryResourceBytes 5 typedef struct { CARD32 resource_base; CARD32 resource_mask; } xXResClient; #define sz_xXResClient 8 typedef struct { CARD32 resource_type; CARD32 count; } xXResType; #define sz_xXResType 8 /* XResQueryVersion */ typedef struct _XResQueryVersion { CARD8 reqType; CARD8 XResReqType; CARD16 length; CARD8 client_major; CARD8 client_minor; CARD16 unused; } xXResQueryVersionReq; #define sz_xXResQueryVersionReq 8 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber; CARD32 length; CARD16 server_major; CARD16 server_minor; CARD32 pad2; CARD32 pad3; CARD32 pad4; CARD32 pad5; CARD32 pad6; } xXResQueryVersionReply; #define sz_xXResQueryVersionReply 32 /* XResQueryClients */ typedef struct _XResQueryClients { CARD8 reqType; CARD8 XResReqType; CARD16 length; } xXResQueryClientsReq; #define sz_xXResQueryClientsReq 4 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber; CARD32 length; CARD32 num_clients; CARD32 pad2; CARD32 pad3; CARD32 pad4; CARD32 pad5; CARD32 pad6; } xXResQueryClientsReply; #define sz_xXResQueryClientsReply 32 /* XResQueryClientResources */ typedef struct _XResQueryClientResources { CARD8 reqType; CARD8 XResReqType; CARD16 length; CARD32 xid; } xXResQueryClientResourcesReq; #define sz_xXResQueryClientResourcesReq 8 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber; CARD32 length; CARD32 num_types; CARD32 pad2; CARD32 pad3; CARD32 pad4; CARD32 pad5; CARD32 pad6; } xXResQueryClientResourcesReply; #define sz_xXResQueryClientResourcesReply 32 /* XResQueryClientPixmapBytes */ typedef struct _XResQueryClientPixmapBytes { CARD8 reqType; CARD8 XResReqType; CARD16 length; CARD32 xid; } xXResQueryClientPixmapBytesReq; #define sz_xXResQueryClientPixmapBytesReq 8 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber; CARD32 length; CARD32 bytes; CARD32 bytes_overflow; CARD32 pad2; CARD32 pad3; CARD32 pad4; CARD32 pad5; } xXResQueryClientPixmapBytesReply; #define sz_xXResQueryClientPixmapBytesReply 32 /* v1.2 XResQueryClientIds */ #define X_XResClientXIDMask 0x01 #define X_XResLocalClientPIDMask 0x02 typedef struct _XResClientIdSpec { CARD32 client; CARD32 mask; } xXResClientIdSpec; #define sz_xXResClientIdSpec 8 typedef struct _XResClientIdValue { xXResClientIdSpec spec; CARD32 length; // followed by length CARD32s } xXResClientIdValue; #define sz_xResClientIdValue (sz_xXResClientIdSpec + 4) typedef struct _XResQueryClientIds { CARD8 reqType; CARD8 XResReqType; CARD16 length; CARD32 numSpecs; // followed by numSpecs times XResClientIdSpec } xXResQueryClientIdsReq; #define sz_xXResQueryClientIdsReq 8 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber; CARD32 length; CARD32 numIds; CARD32 pad2; CARD32 pad3; CARD32 pad4; CARD32 pad5; CARD32 pad6; // followed by numIds times XResClientIdValue } xXResQueryClientIdsReply; #define sz_xXResQueryClientIdsReply 32 /* v1.2 XResQueryResourceBytes */ typedef struct _XResResourceIdSpec { CARD32 resource; CARD32 type; } xXResResourceIdSpec; #define sz_xXResResourceIdSpec 8 typedef struct _XResQueryResourceBytes { CARD8 reqType; CARD8 XResReqType; CARD16 length; CARD32 client; CARD32 numSpecs; // followed by numSpecs times XResResourceIdSpec } xXResQueryResourceBytesReq; #define sz_xXResQueryResourceBytesReq 12 typedef struct _XResResourceSizeSpec { xXResResourceIdSpec spec; CARD32 bytes; CARD32 refCount; CARD32 useCount; } xXResResourceSizeSpec; #define sz_xXResResourceSizeSpec (sz_xXResResourceIdSpec + 12) typedef struct _XResResourceSizeValue { xXResResourceSizeSpec size; CARD32 numCrossReferences; // followed by numCrossReferences times XResResourceSizeSpec } xXResResourceSizeValue; #define sz_xXResResourceSizeValue (sz_xXResResourceSizeSpec + 4) typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber; CARD32 length; CARD32 numSizes; CARD32 pad2; CARD32 pad3; CARD32 pad4; CARD32 pad5; CARD32 pad6; // followed by numSizes times XResResourceSizeValue } xXResQueryResourceBytesReply; #define sz_xXResQueryResourceBytesReply 32 #endif /* _XRESPROTO_H */
Upload File
Create Folder