golden hour
/usr/include/X11/extensions
⬆️ Go Up
Upload
File/Folder
Size
Actions
EVI.h
1.53 KB
Del
OK
EVIproto.h
3.03 KB
Del
OK
XI.h
9.59 KB
Del
OK
XI2.h
10.29 KB
Del
OK
XI2proto.h
36.64 KB
Del
OK
XIproto.h
41.62 KB
Del
OK
XKB.h
27.58 KB
Del
OK
XKBgeom.h
15.45 KB
Del
OK
XKBproto.h
30.17 KB
Del
OK
XKBsrv.h
27.37 KB
Del
OK
XKBstr.h
19.18 KB
Del
OK
XResproto.h
5.37 KB
Del
OK
Xeviestr.h
180 B
Del
OK
Xv.h
2.96 KB
Del
OK
XvMC.h
3.54 KB
Del
OK
XvMCproto.h
4.77 KB
Del
OK
Xvproto.h
12.81 KB
Del
OK
ag.h
1.67 KB
Del
OK
agproto.h
5.06 KB
Del
OK
bigreqsproto.h
1.91 KB
Del
OK
bigreqstr.h
187 B
Del
OK
composite.h
3.06 KB
Del
OK
compositeproto.h
5.49 KB
Del
OK
cup.h
1.32 KB
Del
OK
cupproto.h
3.12 KB
Del
OK
damageproto.h
3.64 KB
Del
OK
damagewire.h
1.85 KB
Del
OK
dbe.h
2.11 KB
Del
OK
dbeproto.h
7.32 KB
Del
OK
dmx.h
2.32 KB
Del
OK
dmxproto.h
13.62 KB
Del
OK
dpmsconst.h
1.67 KB
Del
OK
dpmsproto.h
4.78 KB
Del
OK
dri2proto.h
8.68 KB
Del
OK
dri2tokens.h
2.41 KB
Del
OK
dri3proto.h
6.34 KB
Del
OK
evieproto.h
4.14 KB
Del
OK
ge.h
1.74 KB
Del
OK
geproto.h
2.36 KB
Del
OK
lbx.h
2.18 KB
Del
OK
lbxproto.h
25.22 KB
Del
OK
mitmiscconst.h
1.47 KB
Del
OK
mitmiscproto.h
2.22 KB
Del
OK
multibufconst.h
2.51 KB
Del
OK
multibufproto.h
8.79 KB
Del
OK
panoramiXproto.h
5.6 KB
Del
OK
presentproto.h
5.62 KB
Del
OK
presenttokens.h
3.51 KB
Del
OK
randr.h
6.75 KB
Del
OK
randrproto.h
27.1 KB
Del
OK
recordconst.h
2.02 KB
Del
OK
recordproto.h
7.71 KB
Del
OK
recordstr.h
258 B
Del
OK
render.h
6.77 KB
Del
OK
renderproto.h
13.66 KB
Del
OK
saver.h
1.86 KB
Del
OK
saverproto.h
5.14 KB
Del
OK
secur.h
2.09 KB
Del
OK
securproto.h
3.24 KB
Del
OK
shapeconst.h
1.83 KB
Del
OK
shapeproto.h
6.87 KB
Del
OK
shapestr.h
252 B
Del
OK
shm.h
1.61 KB
Del
OK
shmproto.h
6.2 KB
Del
OK
shmstr.h
2.07 KB
Del
OK
syncconst.h
6.59 KB
Del
OK
syncproto.h
11.26 KB
Del
OK
syncstr.h
5.48 KB
Del
OK
vldXvMC.h
5.29 KB
Del
OK
xcmiscproto.h
3.1 KB
Del
OK
xcmiscstr.h
185 B
Del
OK
xf86bigfont.h
414 B
Del
OK
xf86bigfproto.h
2.59 KB
Del
OK
xf86bigfstr.h
191 B
Del
OK
xf86dga.h
369 B
Del
OK
xf86dga1const.h
931 B
Del
OK
xf86dga1proto.h
4.74 KB
Del
OK
xf86dga1str.h
191 B
Del
OK
xf86dgaconst.h
2.48 KB
Del
OK
xf86dgaproto.h
7.55 KB
Del
OK
xf86dgastr.h
188 B
Del
OK
xf86misc.h
3.81 KB
Del
OK
xf86mscstr.h
6.36 KB
Del
OK
xf86vm.h
2.06 KB
Del
OK
xf86vmproto.h
16.51 KB
Del
OK
xf86vmstr.h
185 B
Del
OK
xfixesproto.h
13.12 KB
Del
OK
xfixeswire.h
5.27 KB
Del
OK
xtestconst.h
1.36 KB
Del
OK
xtestext1const.h
5.31 KB
Del
OK
xtestext1proto.h
7.68 KB
Del
OK
xtestproto.h
3.31 KB
Del
OK
Edit: 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 B16; CARD8 client_major; CARD8 client_minor; CARD16 unused B16; } xXResQueryVersionReq; #define sz_xXResQueryVersionReq 8 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD16 server_major B16; CARD16 server_minor B16; CARD32 pad2 B32; CARD32 pad3 B32; CARD32 pad4 B32; CARD32 pad5 B32; CARD32 pad6 B32; } xXResQueryVersionReply; #define sz_xXResQueryVersionReply 32 /* XResQueryClients */ typedef struct _XResQueryClients { CARD8 reqType; CARD8 XResReqType; CARD16 length B16; } xXResQueryClientsReq; #define sz_xXResQueryClientsReq 4 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD32 num_clients B32; CARD32 pad2 B32; CARD32 pad3 B32; CARD32 pad4 B32; CARD32 pad5 B32; CARD32 pad6 B32; } xXResQueryClientsReply; #define sz_xXResQueryClientsReply 32 /* XResQueryClientResources */ typedef struct _XResQueryClientResources { CARD8 reqType; CARD8 XResReqType; CARD16 length B16; CARD32 xid B32; } xXResQueryClientResourcesReq; #define sz_xXResQueryClientResourcesReq 8 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD32 num_types B32; CARD32 pad2 B32; CARD32 pad3 B32; CARD32 pad4 B32; CARD32 pad5 B32; CARD32 pad6 B32; } xXResQueryClientResourcesReply; #define sz_xXResQueryClientResourcesReply 32 /* XResQueryClientPixmapBytes */ typedef struct _XResQueryClientPixmapBytes { CARD8 reqType; CARD8 XResReqType; CARD16 length B16; CARD32 xid B32; } xXResQueryClientPixmapBytesReq; #define sz_xXResQueryClientPixmapBytesReq 8 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD32 bytes B32; CARD32 bytes_overflow B32; CARD32 pad2 B32; CARD32 pad3 B32; CARD32 pad4 B32; CARD32 pad5 B32; } xXResQueryClientPixmapBytesReply; #define sz_xXResQueryClientPixmapBytesReply 32 /* v1.2 XResQueryClientIds */ #define X_XResClientXIDMask 0x01 #define X_XResLocalClientPIDMask 0x02 typedef struct _XResClientIdSpec { CARD32 client B32; CARD32 mask B32; } xXResClientIdSpec; #define sz_xXResClientIdSpec 8 typedef struct _XResClientIdValue { xXResClientIdSpec spec; CARD32 length B32; // followed by length CARD32s } xXResClientIdValue; #define sz_xResClientIdValue (sz_xXResClientIdSpec + 4) typedef struct _XResQueryClientIds { CARD8 reqType; CARD8 XResReqType; CARD16 length B16; CARD32 numSpecs B32; // followed by numSpecs times XResClientIdSpec } xXResQueryClientIdsReq; #define sz_xXResQueryClientIdsReq 8 typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD32 numIds B32; CARD32 pad2 B32; CARD32 pad3 B32; CARD32 pad4 B32; CARD32 pad5 B32; CARD32 pad6 B32; // 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 B16; CARD32 client B32; CARD32 numSpecs B32; // followed by numSpecs times XResResourceIdSpec } xXResQueryResourceBytesReq; #define sz_xXResQueryResourceBytesReq 12 typedef struct _XResResourceSizeSpec { xXResResourceIdSpec spec; CARD32 bytes B32; CARD32 refCount B32; CARD32 useCount B32; } xXResResourceSizeSpec; #define sz_xXResResourceSizeSpec (sz_xXResResourceIdSpec + 12) typedef struct _XResResourceSizeValue { xXResResourceSizeSpec size; CARD32 numCrossReferences B32; // followed by numCrossReferences times XResResourceSizeSpec } xXResResourceSizeValue; #define sz_xXResResourceSizeValue (sz_xXResResourceSizeSpec + 4) typedef struct { CARD8 type; CARD8 pad1; CARD16 sequenceNumber B16; CARD32 length B32; CARD32 numSizes B32; CARD32 pad2 B32; CARD32 pad3 B32; CARD32 pad4 B32; CARD32 pad5 B32; CARD32 pad6 B32; // followed by numSizes times XResResourceSizeValue } xXResQueryResourceBytesReply; #define sz_xXResQueryResourceBytesReply 32 #endif /* _XRESPROTO_H */
Save