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 | #define _SHAPE_SERVER_ /* don't want Xlib structures */
|
---|
11 | #include <X11/extensions/shapestr.h>
|
---|
12 |
|
---|
13 | #ifdef MULTIBUFFER
|
---|
14 | extern void MultibufferExtensionInit(INITARGS);
|
---|
15 | #define _MULTIBUF_SERVER_ /* don't want Xlib structures */
|
---|
16 | #include <X11/extensions/multibufst.h>
|
---|
17 | #endif
|
---|
18 |
|
---|
19 | #ifdef XTEST
|
---|
20 | extern void XTestExtensionInit(INITARGS);
|
---|
21 | #define _XTEST_SERVER_
|
---|
22 | #include <X11/extensions/XTest.h>
|
---|
23 | #include <X11/extensions/xteststr.h>
|
---|
24 | #endif
|
---|
25 |
|
---|
26 | #if 1
|
---|
27 | extern void XTestExtension1Init(INITARGS);
|
---|
28 | #endif
|
---|
29 |
|
---|
30 | #ifdef SCREENSAVER
|
---|
31 | extern void ScreenSaverExtensionInit (INITARGS);
|
---|
32 | #include <X11/extensions/saver.h>
|
---|
33 | #endif
|
---|
34 |
|
---|
35 | #ifdef XF86VIDMODE
|
---|
36 | extern void XFree86VidModeExtensionInit(INITARGS);
|
---|
37 | #define _XF86VIDMODE_SERVER_
|
---|
38 | #include <X11/extensions/xf86vmstr.h>
|
---|
39 | #endif
|
---|
40 |
|
---|
41 | #ifdef XFreeXDGA
|
---|
42 | extern void XFree86DGAExtensionInit(INITARGS);
|
---|
43 | extern void XFree86DGARegister(INITARGS);
|
---|
44 | #define _XF86DGA_SERVER_
|
---|
45 | #include <X11/extensions/xf86dgastr.h>
|
---|
46 | #endif
|
---|
47 |
|
---|
48 | #ifdef DPMSExtension
|
---|
49 | extern void DPMSExtensionInit(INITARGS);
|
---|
50 | #include <X11/extensions/dpmsstr.h>
|
---|
51 | #endif
|
---|
52 |
|
---|
53 | #ifdef XV
|
---|
54 | extern void XvExtensionInit(INITARGS);
|
---|
55 | extern void XvMCExtensionInit(INITARGS);
|
---|
56 | extern void XvRegister(INITARGS);
|
---|
57 | #include <X11/extensions/Xv.h>
|
---|
58 | #include <X11/extensions/XvMC.h>
|
---|
59 | #endif
|
---|
60 |
|
---|
61 | #ifdef RES
|
---|
62 | extern void ResExtensionInit(INITARGS);
|
---|
63 | #include <X11/extensions/XResproto.h>
|
---|
64 | #endif
|
---|
65 |
|
---|
66 | #ifdef SHM
|
---|
67 | extern void ShmExtensionInit(INITARGS);
|
---|
68 | #include <X11/extensions/shmstr.h>
|
---|
69 | extern void ShmRegisterFuncs(
|
---|
70 | ScreenPtr pScreen,
|
---|
71 | ShmFuncsPtr funcs);
|
---|
72 | #endif
|
---|
73 |
|
---|
74 | #ifdef XSELINUX
|
---|
75 | extern void SELinuxExtensionInit(INITARGS);
|
---|
76 | #include "xselinux.h"
|
---|
77 | #endif
|
---|
78 |
|
---|
79 | #ifdef XEVIE
|
---|
80 | extern void XevieExtensionInit(INITARGS);
|
---|
81 | #endif
|
---|
82 |
|
---|
83 | #if 1
|
---|
84 | extern void SecurityExtensionInit(INITARGS);
|
---|
85 | #endif
|
---|
86 |
|
---|
87 | #if 1
|
---|
88 | extern void PanoramiXExtensionInit(int argc, char *argv[]);
|
---|
89 | #endif
|
---|
90 |
|
---|
91 | #if 1
|
---|
92 | extern void XkbExtensionInit(INITARGS);
|
---|
93 | #endif
|
---|