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