1 | /* $XdotOrg: xc/programs/Xserver/Xext/extmod/modinit.h,v 1.3 2005/04/20 12:25:13 daniels Exp $ */
|
---|
2 | /* $XFree86: xc/programs/Xserver/Xext/extmod/modinit.h,v 1.1 2003/07/16 01:38:33 dawes Exp $ */
|
---|
3 |
|
---|
4 | #ifdef HAVE_DIX_CONFIG_H
|
---|
5 | #include <dix-config.h>
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | #ifndef INITARGS
|
---|
9 | #define INITARGS void
|
---|
10 | #endif
|
---|
11 |
|
---|
12 | #ifdef SHAPE
|
---|
13 | extern void ShapeExtensionInit(INITARGS);
|
---|
14 | #define _SHAPE_SERVER_ /* don't want Xlib structures */
|
---|
15 | #include <X11/extensions/shapestr.h>
|
---|
16 | #endif
|
---|
17 |
|
---|
18 | #ifdef MULTIBUFFER
|
---|
19 | extern void MultibufferExtensionInit(INITARGS);
|
---|
20 | #define _MULTIBUF_SERVER_ /* don't want Xlib structures */
|
---|
21 | #include <X11/extensions/multibufst.h>
|
---|
22 | #endif
|
---|
23 |
|
---|
24 | #ifdef MITMISC
|
---|
25 | extern void MITMiscExtensionInit(INITARGS);
|
---|
26 | #define _MITMISC_SERVER_
|
---|
27 | #include <X11/extensions/mitmiscstr.h>
|
---|
28 | #endif
|
---|
29 |
|
---|
30 | #ifdef XTEST
|
---|
31 | extern void XTestExtensionInit(INITARGS);
|
---|
32 | #define _XTEST_SERVER_
|
---|
33 | #include <X11/extensions/XTest.h>
|
---|
34 | #include <X11/extensions/xteststr.h>
|
---|
35 | #endif
|
---|
36 |
|
---|
37 | #if 1
|
---|
38 | extern void XTestExtension1Init(INITARGS);
|
---|
39 | #endif
|
---|
40 |
|
---|
41 | #ifdef BIGREQS
|
---|
42 | extern void BigReqExtensionInit(INITARGS);
|
---|
43 | #include <X11/extensions/bigreqstr.h>
|
---|
44 | #endif
|
---|
45 |
|
---|
46 | #ifdef XSYNC
|
---|
47 | extern void SyncExtensionInit(INITARGS);
|
---|
48 | #define _SYNC_SERVER
|
---|
49 | #include <X11/extensions/sync.h>
|
---|
50 | #include <X11/extensions/syncstr.h>
|
---|
51 | #endif
|
---|
52 |
|
---|
53 | #ifdef SCREENSAVER
|
---|
54 | extern void ScreenSaverExtensionInit (INITARGS);
|
---|
55 | #include <X11/extensions/saver.h>
|
---|
56 | #endif
|
---|
57 |
|
---|
58 | #ifdef XCMISC
|
---|
59 | extern void XCMiscExtensionInit(INITARGS);
|
---|
60 | #include <X11/extensions/xcmiscstr.h>
|
---|
61 | #endif
|
---|
62 |
|
---|
63 | #ifdef XF86VIDMODE
|
---|
64 | extern void XFree86VidModeExtensionInit(INITARGS);
|
---|
65 | #define _XF86VIDMODE_SERVER_
|
---|
66 | #include <X11/extensions/xf86vmstr.h>
|
---|
67 | #endif
|
---|
68 |
|
---|
69 | #ifdef XF86MISC
|
---|
70 | extern void XFree86MiscExtensionInit(INITARGS);
|
---|
71 | #define _XF86MISC_SERVER_
|
---|
72 | #define _XF86MISC_SAVER_COMPAT_
|
---|
73 | #include <X11/extensions/xf86mscstr.h>
|
---|
74 | #endif
|
---|
75 |
|
---|
76 | #ifdef XFreeXDGA
|
---|
77 | extern void XFree86DGAExtensionInit(INITARGS);
|
---|
78 | extern void XFree86DGARegister(INITARGS);
|
---|
79 | #define _XF86DGA_SERVER_
|
---|
80 | #include <X11/extensions/xf86dgastr.h>
|
---|
81 | #endif
|
---|
82 |
|
---|
83 | #ifdef DPMSExtension
|
---|
84 | extern void DPMSExtensionInit(INITARGS);
|
---|
85 | #include <X11/extensions/dpmsstr.h>
|
---|
86 | #endif
|
---|
87 |
|
---|
88 | #ifdef FONTCACHE
|
---|
89 | extern void FontCacheExtensionInit(INITARGS);
|
---|
90 | #define _FONTCACHE_SERVER_
|
---|
91 | #include "fontcacheP.h"
|
---|
92 | #include "fontcachstr.h"
|
---|
93 | #endif
|
---|
94 |
|
---|
95 | #ifdef TOGCUP
|
---|
96 | extern void XcupExtensionInit(INITARGS);
|
---|
97 | #define _XCUP_SERVER_
|
---|
98 | #include <X11/extensions/Xcupstr.h>
|
---|
99 | #endif
|
---|
100 |
|
---|
101 | #ifdef EVI
|
---|
102 | extern void EVIExtensionInit(INITARGS);
|
---|
103 | #define _XEVI_SERVER_
|
---|
104 | #include <X11/extensions/XEVIstr.h>
|
---|
105 | #endif
|
---|
106 |
|
---|
107 | #ifdef XV
|
---|
108 | extern void XvExtensionInit(INITARGS);
|
---|
109 | extern void XvMCExtensionInit(INITARGS);
|
---|
110 | extern void XvRegister(INITARGS);
|
---|
111 | #include <X11/extensions/Xv.h>
|
---|
112 | #include <X11/extensions/XvMC.h>
|
---|
113 | #endif
|
---|
114 |
|
---|
115 | #ifdef RES
|
---|
116 | extern void ResExtensionInit(INITARGS);
|
---|
117 | #include <X11/extensions/XResproto.h>
|
---|
118 | #endif
|
---|
119 |
|
---|
120 | #ifdef SHM
|
---|
121 | extern void ShmExtensionInit(INITARGS);
|
---|
122 | #include <X11/extensions/shmstr.h>
|
---|
123 | extern void ShmSetPixmapFormat(
|
---|
124 | ScreenPtr pScreen,
|
---|
125 | int format);
|
---|
126 | extern void ShmRegisterFuncs(
|
---|
127 | ScreenPtr pScreen,
|
---|
128 | ShmFuncsPtr funcs);
|
---|
129 | #endif
|
---|
130 |
|
---|
131 | #if 1
|
---|
132 | extern void SecurityExtensionInit(INITARGS);
|
---|
133 | #endif
|
---|
134 |
|
---|
135 | #if 1
|
---|
136 | extern void XagExtensionInit(INITARGS);
|
---|
137 | #endif
|
---|
138 |
|
---|
139 | #if 1
|
---|
140 | extern void XpExtensionInit(INITARGS);
|
---|
141 | #endif
|
---|
142 |
|
---|
143 | #if 1
|
---|
144 | extern void PanoramiXExtensionInit(int argc, char *argv[]);
|
---|
145 | #endif
|
---|
146 |
|
---|
147 | #if 1
|
---|
148 | extern void XkbExtensionInit(INITARGS);
|
---|
149 | #endif
|
---|