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
|
|
|
|
|
|
2003-11-25 19:29:01 +00:00
|
|
|
#ifndef INITARGS
|
|
|
|
|
#define INITARGS void
|
|
|
|
|
#endif
|
|
|
|
|
|
2009-07-15 16:51:05 +10:00
|
|
|
#include <X11/extensions/shapeproto.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
|
|
|
|
|
#ifdef MULTIBUFFER
|
|
|
|
|
extern void MultibufferExtensionInit(INITARGS);
|
2009-07-15 16:51:05 +10:00
|
|
|
#include <X11/extensions/multibufproto.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef XTEST
|
|
|
|
|
extern void XTestExtensionInit(INITARGS);
|
2009-07-15 16:51:05 +10:00
|
|
|
#include <X11/extensions/xtestproto.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#if 1
|
|
|
|
|
extern void XTestExtension1Init(INITARGS);
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef SCREENSAVER
|
|
|
|
|
extern void ScreenSaverExtensionInit (INITARGS);
|
2005-04-20 12:25:48 +00:00
|
|
|
#include <X11/extensions/saver.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef XF86VIDMODE
|
|
|
|
|
extern void XFree86VidModeExtensionInit(INITARGS);
|
|
|
|
|
#define _XF86VIDMODE_SERVER_
|
2005-04-20 12:25:48 +00:00
|
|
|
#include <X11/extensions/xf86vmstr.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef XFreeXDGA
|
|
|
|
|
extern void XFree86DGAExtensionInit(INITARGS);
|
|
|
|
|
extern void XFree86DGARegister(INITARGS);
|
2009-08-27 13:43:15 +10:00
|
|
|
#include <X11/extensions/xf86dgaproto.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef DPMSExtension
|
|
|
|
|
extern void DPMSExtensionInit(INITARGS);
|
2009-07-15 16:51:05 +10:00
|
|
|
#include <X11/extensions/dpmsconst.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef XV
|
|
|
|
|
extern void XvExtensionInit(INITARGS);
|
|
|
|
|
extern void XvMCExtensionInit(INITARGS);
|
|
|
|
|
extern void XvRegister(INITARGS);
|
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
|
|
|
|
|
extern void ResExtensionInit(INITARGS);
|
2005-04-20 12:25:48 +00:00
|
|
|
#include <X11/extensions/XResproto.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef SHM
|
|
|
|
|
extern void ShmExtensionInit(INITARGS);
|
2009-07-15 16:51:05 +10:00
|
|
|
#include <X11/extensions/shmproto.h>
|
2003-11-25 19:29:01 +00:00
|
|
|
extern void ShmRegisterFuncs(
|
|
|
|
|
ScreenPtr pScreen,
|
|
|
|
|
ShmFuncsPtr funcs);
|
|
|
|
|
#endif
|
|
|
|
|
|
2006-09-08 15:17:01 -04:00
|
|
|
#ifdef XSELINUX
|
2007-12-28 13:26:26 -05:00
|
|
|
extern void SELinuxExtensionInit(INITARGS);
|
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
|
|
|
|
|
extern void XevieExtensionInit(INITARGS);
|
|
|
|
|
#endif
|
|
|
|
|
|
2003-11-25 19:29:01 +00:00
|
|
|
#if 1
|
|
|
|
|
extern void SecurityExtensionInit(INITARGS);
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#if 1
|
|
|
|
|
extern void PanoramiXExtensionInit(int argc, char *argv[]);
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#if 1
|
|
|
|
|
extern void XkbExtensionInit(INITARGS);
|
|
|
|
|
#endif
|