golden hour
/usr/include/X11/extensions
⬆️ Go Up
Upload
File/Folder
Size
Actions
EVI.h
1.53 KB
Del
OK
EVIproto.h
2.94 KB
Del
OK
XI.h
9.59 KB
Del
OK
XI2.h
10.89 KB
Del
OK
XI2proto.h
39.51 KB
Del
OK
XIproto.h
40.05 KB
Del
OK
XKB.h
27.55 KB
Del
OK
XKBgeom.h
15.44 KB
Del
OK
XKBproto.h
28.49 KB
Del
OK
XKBsrv.h
27.36 KB
Del
OK
XKBstr.h
19.24 KB
Del
OK
XResproto.h
5.05 KB
Del
OK
Xv.h
2.96 KB
Del
OK
XvMC.h
3.54 KB
Del
OK
XvMCproto.h
4.37 KB
Del
OK
Xvproto.h
11.83 KB
Del
OK
ag.h
1.67 KB
Del
OK
agproto.h
4.89 KB
Del
OK
bigreqsproto.h
1.86 KB
Del
OK
bigreqstr.h
187 B
Del
OK
composite.h
3.04 KB
Del
OK
compositeproto.h
5.31 KB
Del
OK
cup.h
1.32 KB
Del
OK
cupproto.h
2.99 KB
Del
OK
damageproto.h
3.53 KB
Del
OK
damagewire.h
1.85 KB
Del
OK
dbe.h
2.11 KB
Del
OK
dbeproto.h
7.17 KB
Del
OK
dmx.h
2.32 KB
Del
OK
dmxproto.h
13.03 KB
Del
OK
dpmsconst.h
1.74 KB
Del
OK
dpmsproto.h
5.16 KB
Del
OK
dri2proto.h
8.12 KB
Del
OK
dri2tokens.h
2.41 KB
Del
OK
dri3proto.h
6.75 KB
Del
OK
ge.h
1.74 KB
Del
OK
geproto.h
2.3 KB
Del
OK
lbx.h
2.18 KB
Del
OK
lbxproto.h
24.2 KB
Del
OK
mitmiscconst.h
1.47 KB
Del
OK
mitmiscproto.h
2.18 KB
Del
OK
multibufconst.h
2.51 KB
Del
OK
multibufproto.h
8.4 KB
Del
OK
panoramiXproto.h
5.34 KB
Del
OK
presentproto.h
5.89 KB
Del
OK
presenttokens.h
4.03 KB
Del
OK
randr.h
6.75 KB
Del
OK
randrproto.h
25.15 KB
Del
OK
recordconst.h
2.02 KB
Del
OK
recordproto.h
7.46 KB
Del
OK
recordstr.h
258 B
Del
OK
render.h
6.77 KB
Del
OK
renderproto.h
12.91 KB
Del
OK
saver.h
1.86 KB
Del
OK
saverproto.h
5.01 KB
Del
OK
secur.h
2.09 KB
Del
OK
securproto.h
3.1 KB
Del
OK
shapeconst.h
1.83 KB
Del
OK
shapeproto.h
6.57 KB
Del
OK
shapestr.h
252 B
Del
OK
shm.h
1.61 KB
Del
OK
shmproto.h
5.9 KB
Del
OK
shmstr.h
2.07 KB
Del
OK
syncconst.h
6.59 KB
Del
OK
syncproto.h
10.74 KB
Del
OK
syncstr.h
5.47 KB
Del
OK
xcmiscproto.h
2.99 KB
Del
OK
xcmiscstr.h
185 B
Del
OK
xf86bigfont.h
414 B
Del
OK
xf86bigfproto.h
2.48 KB
Del
OK
xf86bigfstr.h
191 B
Del
OK
xf86dga.h
369 B
Del
OK
xf86dga1const.h
931 B
Del
OK
xf86dga1proto.h
4.4 KB
Del
OK
xf86dga1str.h
191 B
Del
OK
xf86dgaconst.h
2.47 KB
Del
OK
xf86dgaproto.h
6.94 KB
Del
OK
xf86dgastr.h
188 B
Del
OK
xf86vm.h
2.06 KB
Del
OK
xf86vmproto.h
15.33 KB
Del
OK
xf86vmstr.h
185 B
Del
OK
xfixesproto.h
13.22 KB
Del
OK
xfixeswire.h
5.79 KB
Del
OK
xtestconst.h
1.36 KB
Del
OK
xtestext1const.h
5.31 KB
Del
OK
xtestext1proto.h
7.61 KB
Del
OK
xtestproto.h
3.18 KB
Del
OK
xwaylandproto.h
2 KB
Del
OK
Edit: xf86dgaproto.h
/* Copyright (c) 1995 Jon Tombs Copyright (c) 1995 XFree86 Inc. */ #ifndef _XF86DGAPROTO_H_ #define _XF86DGAPROTO_H_ #include <X11/extensions/xf86dga1proto.h> #include <X11/extensions/xf86dgaconst.h> #define XF86DGANAME "XFree86-DGA" #define XDGA_MAJOR_VERSION 2 /* current version numbers */ #define XDGA_MINOR_VERSION 0 typedef struct _XDGAQueryVersion { CARD8 reqType; /* always DGAReqCode */ CARD8 dgaReqType; /* always X_DGAQueryVersion */ CARD16 length; } xXDGAQueryVersionReq; #define sz_xXDGAQueryVersionReq 4 typedef struct { BYTE type; /* X_Reply */ BOOL pad1; CARD16 sequenceNumber; CARD32 length; CARD16 majorVersion; /* major version of DGA protocol */ CARD16 minorVersion; /* minor version of DGA protocol */ CARD32 pad2; CARD32 pad3; CARD32 pad4; CARD32 pad5; CARD32 pad6; } xXDGAQueryVersionReply; #define sz_xXDGAQueryVersionReply 32 typedef struct _XDGAQueryModes { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; } xXDGAQueryModesReq; #define sz_xXDGAQueryModesReq 8 typedef struct { BYTE type; /* X_Reply */ BOOL pad1; CARD16 sequenceNumber; CARD32 length; CARD32 number; /* number of modes available */ CARD32 pad2; CARD32 pad3; CARD32 pad4; CARD32 pad5; CARD32 pad6; } xXDGAQueryModesReply; #define sz_xXDGAQueryModesReply 32 typedef struct _XDGASetMode { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; CARD32 mode; /* mode number to init */ CARD32 pid; /* Pixmap descriptor */ } xXDGASetModeReq; #define sz_xXDGASetModeReq 16 typedef struct { BYTE type; /* X_Reply */ BOOL pad1; CARD16 sequenceNumber; CARD32 length; CARD32 offset; /* offset into framebuffer map */ CARD32 flags; CARD32 pad2; CARD32 pad3; CARD32 pad4; CARD32 pad5; } xXDGASetModeReply; #define sz_xXDGASetModeReply 32 typedef struct { CARD8 byte_order; CARD8 depth; CARD16 num; CARD16 bpp; CARD16 name_size; CARD32 vsync_num; CARD32 vsync_den; CARD32 flags; CARD16 image_width; CARD16 image_height; CARD16 pixmap_width; CARD16 pixmap_height; CARD32 bytes_per_scanline; CARD32 red_mask; CARD32 green_mask; CARD32 blue_mask; CARD16 visual_class; CARD16 pad1; CARD16 viewport_width; CARD16 viewport_height; CARD16 viewport_xstep; CARD16 viewport_ystep; CARD16 viewport_xmax; CARD16 viewport_ymax; CARD32 viewport_flags; CARD32 reserved1; CARD32 reserved2; } xXDGAModeInfo; #define sz_xXDGAModeInfo 72 typedef struct _XDGAOpenFramebuffer { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; } xXDGAOpenFramebufferReq; #define sz_xXDGAOpenFramebufferReq 8 typedef struct { BYTE type; /* X_Reply */ BOOL pad1; CARD16 sequenceNumber; CARD32 length; /* device name size if there is one */ CARD32 mem1; /* physical memory */ CARD32 mem2; /* spillover for _alpha_ */ CARD32 size; /* size of map in bytes */ CARD32 offset; /* optional offset into device */ CARD32 extra; /* extra info associated with the map */ CARD32 pad2; } xXDGAOpenFramebufferReply; #define sz_xXDGAOpenFramebufferReply 32 typedef struct _XDGACloseFramebuffer { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; } xXDGACloseFramebufferReq; #define sz_xXDGACloseFramebufferReq 8 typedef struct _XDGASetViewport { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; CARD16 x; CARD16 y; CARD32 flags; } xXDGASetViewportReq; #define sz_xXDGASetViewportReq 16 typedef struct _XDGAInstallColormap { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; CARD32 cmap; } xXDGAInstallColormapReq; #define sz_xXDGAInstallColormapReq 12 typedef struct _XDGASelectInput { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; CARD32 mask; } xXDGASelectInputReq; #define sz_xXDGASelectInputReq 12 typedef struct _XDGAFillRectangle { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; CARD16 x; CARD16 y; CARD16 width; CARD16 height; CARD32 color; } xXDGAFillRectangleReq; #define sz_xXDGAFillRectangleReq 20 typedef struct _XDGACopyArea { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; CARD16 srcx; CARD16 srcy; CARD16 width; CARD16 height; CARD16 dstx; CARD16 dsty; } xXDGACopyAreaReq; #define sz_xXDGACopyAreaReq 20 typedef struct _XDGACopyTransparentArea { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; CARD16 srcx; CARD16 srcy; CARD16 width; CARD16 height; CARD16 dstx; CARD16 dsty; CARD32 key; } xXDGACopyTransparentAreaReq; #define sz_xXDGACopyTransparentAreaReq 24 typedef struct _XDGAGetViewportStatus { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; } xXDGAGetViewportStatusReq; #define sz_xXDGAGetViewportStatusReq 8 typedef struct { BYTE type; BOOL pad1; CARD16 sequenceNumber; CARD32 length; CARD32 status; CARD32 pad2; CARD32 pad3; CARD32 pad4; CARD32 pad5; CARD32 pad6; } xXDGAGetViewportStatusReply; #define sz_xXDGAGetViewportStatusReply 32 typedef struct _XDGASync { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; } xXDGASyncReq; #define sz_xXDGASyncReq 8 typedef struct { BYTE type; BOOL pad1; CARD16 sequenceNumber; CARD32 length; CARD32 pad2; CARD32 pad3; CARD32 pad4; CARD32 pad5; CARD32 pad6; CARD32 pad7; } xXDGASyncReply; #define sz_xXDGASyncReply 32 typedef struct _XDGASetClientVersion { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD16 major; CARD16 minor; } xXDGASetClientVersionReq; #define sz_xXDGASetClientVersionReq 8 typedef struct { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; CARD16 x; CARD16 y; CARD32 flags; } xXDGAChangePixmapModeReq; #define sz_xXDGAChangePixmapModeReq 16 typedef struct { BYTE type; BOOL pad1; CARD16 sequenceNumber; CARD32 length; CARD16 x; CARD16 y; CARD32 pad3; CARD32 pad4; CARD32 pad5; CARD32 pad6; CARD32 pad7; } xXDGAChangePixmapModeReply; #define sz_xXDGAChangePixmapModeReply 32 typedef struct _XDGACreateColormap { CARD8 reqType; CARD8 dgaReqType; CARD16 length; CARD32 screen; CARD32 id; CARD32 mode; CARD8 alloc; CARD8 pad1; CARD16 pad2; } xXDGACreateColormapReq; #define sz_xXDGACreateColormapReq 20 typedef struct { union { struct { BYTE type; BYTE detail; CARD16 sequenceNumber; } u; struct { CARD32 pad0; CARD32 time; INT16 dx; INT16 dy; INT16 screen; CARD16 state; CARD32 pad1; CARD32 pad2; CARD32 pad3; CARD32 pad4; } event; } u; } dgaEvent; #endif /* _XF86DGAPROTO_H_ */
Save