88 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			C
		
	
	
	
			
		
		
	
	
			88 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			C
		
	
	
	
| 
 | |
| #ifdef HAVE_DIX_CONFIG_H
 | |
| #include <dix-config.h>
 | |
| #endif
 | |
| 
 | |
| #ifndef INITARGS
 | |
| #define INITARGS void
 | |
| #endif
 | |
| 
 | |
| #include <X11/extensions/shapeproto.h>
 | |
| 
 | |
| #ifdef MULTIBUFFER
 | |
| extern void MultibufferExtensionInit(INITARGS);
 | |
| #include <X11/extensions/multibufproto.h>
 | |
| #endif
 | |
| 
 | |
| #ifdef XTEST
 | |
| extern void XTestExtensionInit(INITARGS);
 | |
| #include <X11/extensions/xtestproto.h>
 | |
| #endif
 | |
| 
 | |
| #if 1
 | |
| extern void XTestExtension1Init(INITARGS);
 | |
| #endif
 | |
| 
 | |
| #ifdef SCREENSAVER
 | |
| extern void ScreenSaverExtensionInit (INITARGS);
 | |
| #include <X11/extensions/saver.h>
 | |
| #endif
 | |
| 
 | |
| #ifdef XF86VIDMODE
 | |
| extern void	XFree86VidModeExtensionInit(INITARGS);
 | |
| #include <X11/extensions/xf86vmproto.h>
 | |
| #endif
 | |
| 
 | |
| #ifdef XFreeXDGA
 | |
| extern void XFree86DGAExtensionInit(INITARGS);
 | |
| extern void XFree86DGARegister(INITARGS);
 | |
| #include <X11/extensions/xf86dgaproto.h>
 | |
| #endif
 | |
| 
 | |
| #ifdef DPMSExtension
 | |
| extern void DPMSExtensionInit(INITARGS);
 | |
| #include <X11/extensions/dpmsconst.h>
 | |
| #endif
 | |
| 
 | |
| #ifdef XV
 | |
| extern void XvExtensionInit(INITARGS);
 | |
| extern void XvMCExtensionInit(INITARGS);
 | |
| extern void XvRegister(INITARGS);
 | |
| #include <X11/extensions/Xv.h>
 | |
| #include <X11/extensions/XvMC.h>
 | |
| #endif
 | |
| 
 | |
| #ifdef RES
 | |
| extern void ResExtensionInit(INITARGS);
 | |
| #include <X11/extensions/XResproto.h>
 | |
| #endif
 | |
| 
 | |
| #ifdef SHM
 | |
| extern void ShmExtensionInit(INITARGS);
 | |
| #include <X11/extensions/shmproto.h>
 | |
| extern void ShmRegisterFuncs(
 | |
|     ScreenPtr pScreen,
 | |
|     ShmFuncsPtr funcs);
 | |
| #endif
 | |
| 
 | |
| #ifdef XSELINUX
 | |
| extern void SELinuxExtensionInit(INITARGS);
 | |
| #include "xselinux.h"
 | |
| #endif
 | |
| 
 | |
| #ifdef XEVIE
 | |
| extern void XevieExtensionInit(INITARGS);
 | |
| #endif
 | |
| 
 | |
| #if 1
 | |
| extern void SecurityExtensionInit(INITARGS);
 | |
| #endif
 | |
| 
 | |
| #if 1
 | |
| extern void PanoramiXExtensionInit(int argc, char *argv[]);
 | |
| #endif
 | |
| 
 | |
| #if 1
 | |
| extern void XkbExtensionInit(INITARGS);
 | |
| #endif
 |