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