2003-11-25 19:29:01 +00:00
|
|
|
|
2005-07-03 07:02:09 +00:00
|
|
|
#ifdef HAVE_DIX_CONFIG_H
|
|
|
|
|
#include <dix-config.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
2009-07-15 16:51:05 +10:00
|
|
|
#include <X11/extensions/shapeproto.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
|
|
|
|
|
#ifdef XTEST
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void XTestExtensionInit(void);
|
2009-07-15 16:51:05 +10:00
|
|
|
#include <X11/extensions/xtestproto.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#if 1
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void XTestExtension1Init(void);
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
2010-10-19 11:59:22 -04:00
|
|
|
#if 1
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void XCMiscExtensionInit(void);
|
2010-10-19 11:59:22 -04:00
|
|
|
#endif
|
|
|
|
|
|
2003-11-25 19:29:01 +00:00
|
|
|
#ifdef SCREENSAVER
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void ScreenSaverExtensionInit(void);
|
2005-04-20 12:25:48 +00:00
|
|
|
#include <X11/extensions/saver.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef XF86VIDMODE
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void XFree86VidModeExtensionInit(void);
|
2009-09-04 10:57:33 +10:00
|
|
|
#include <X11/extensions/xf86vmproto.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef XFreeXDGA
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void XFree86DGAExtensionInit(void);
|
|
|
|
|
extern void XFree86DGARegister(void);
|
2009-08-27 13:43:15 +10:00
|
|
|
#include <X11/extensions/xf86dgaproto.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef DPMSExtension
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void DPMSExtensionInit(void);
|
2009-07-15 16:51:05 +10:00
|
|
|
#include <X11/extensions/dpmsconst.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef XV
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void XvExtensionInit(void);
|
|
|
|
|
extern void XvMCExtensionInit(void);
|
|
|
|
|
extern void XvRegister(void);
|
2005-04-20 12:25:48 +00:00
|
|
|
#include <X11/extensions/Xv.h>
|
|
|
|
|
#include <X11/extensions/XvMC.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef RES
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void ResExtensionInit(void);
|
2005-04-20 12:25:48 +00:00
|
|
|
#include <X11/extensions/XResproto.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef SHM
|
2009-07-15 16:51:05 +10:00
|
|
|
#include <X11/extensions/shmproto.h>
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void ShmExtensionInit(void);
|
2012-03-21 12:55:09 -07:00
|
|
|
extern void ShmRegisterFuncs(ScreenPtr pScreen, ShmFuncsPtr funcs);
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
2006-09-08 15:17:01 -04:00
|
|
|
#ifdef XSELINUX
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void SELinuxExtensionInit(void);
|
2008-01-25 19:22:19 -05:00
|
|
|
#include "xselinux.h"
|
2006-09-08 15:17:01 -04:00
|
|
|
#endif
|
|
|
|
|
|
2008-06-13 21:42:37 -04:00
|
|
|
#ifdef XEVIE
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void XevieExtensionInit(void);
|
2008-06-13 21:42:37 -04:00
|
|
|
#endif
|
|
|
|
|
|
2003-11-25 19:29:01 +00:00
|
|
|
#if 1
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void SecurityExtensionInit(void);
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#if 1
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void PanoramiXExtensionInit(void);
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#if 1
|
2012-07-10 02:02:53 +01:00
|
|
|
extern void XkbExtensionInit(void);
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|