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: lbx.h
/* * Copyright 1992 Network Computing Devices * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that * the above copyright notice appear in all copies and that both that * copyright notice and this permission notice appear in supporting * documentation, and that the name of NCD. not be used in advertising or * publicity pertaining to distribution of the software without specific, * written prior permission. NCD. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * * NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD. * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * */ #ifndef _LBX_H_ #define _LBX_H_ #define LBXNAME "LBX" #define LBX_MAJOR_VERSION 1 #define LBX_MINOR_VERSION 0 #define LbxNumberReqs 44 #define LbxEvent 0 #define LbxQuickMotionDeltaEvent 1 #define LbxNumberEvents 2 /* This is always the master client */ #define LbxMasterClientIndex 0 /* LbxEvent lbxType sub-fields */ #define LbxSwitchEvent 0 #define LbxCloseEvent 1 #define LbxDeltaEvent 2 #define LbxInvalidateTagEvent 3 #define LbxSendTagDataEvent 4 #define LbxListenToOne 5 #define LbxListenToAll 6 #define LbxMotionDeltaEvent 7 #define LbxReleaseCmapEvent 8 #define LbxFreeCellsEvent 9 /* * Lbx image compression methods * * No compression is always assigned the value of 0. * * The rest of the compression method opcodes are assigned dynamically * at option negotiation time. */ #define LbxImageCompressNone 0 #define BadLbxClient 0 #define LbxNumberErrors (BadLbxClient + 1) /* tagged data types */ #define LbxTagTypeModmap 1 #define LbxTagTypeKeymap 2 #define LbxTagTypeProperty 3 #define LbxTagTypeFont 4 #define LbxTagTypeConnInfo 5 #endif
Save