2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
#ifdef HAVE_DIX_CONFIG_H
|
|
|
|
#include <dix-config.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef INITARGS
|
|
|
|
#define INITARGS void
|
|
|
|
#endif
|
|
|
|
|
2010-04-13 13:54:46 -06:00
|
|
|
#ifdef HAVE_X11_EXTENSIONS_SHAPEPROTO_H
|
|
|
|
#include <X11/extensions/shapeproto.h>
|
|
|
|
#else
|
2006-11-26 11:13:41 -07:00
|
|
|
#define _SHAPE_SERVER_ /* don't want Xlib structures */
|
|
|
|
#include <X11/extensions/shapestr.h>
|
2010-04-13 13:54:46 -06:00
|
|
|
#endif
|
2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
#ifdef MULTIBUFFER
|
|
|
|
extern void MultibufferExtensionInit(INITARGS);
|
|
|
|
#define _MULTIBUF_SERVER_ /* don't want Xlib structures */
|
|
|
|
#include <X11/extensions/multibufst.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef XTEST
|
|
|
|
extern void XTestExtensionInit(INITARGS);
|
2010-04-13 13:54:46 -06:00
|
|
|
#ifdef HAVE_X11_EXTENSIONS_XTESTPROTO_H
|
|
|
|
#include <X11/extensions/xtestproto.h>
|
|
|
|
#else
|
2006-11-26 11:13:41 -07:00
|
|
|
#define _XTEST_SERVER_
|
|
|
|
#include <X11/extensions/XTest.h>
|
|
|
|
#include <X11/extensions/xteststr.h>
|
|
|
|
#endif
|
2010-04-13 13:54:46 -06:00
|
|
|
#endif
|
2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
#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);
|
|
|
|
#define _XF86VIDMODE_SERVER_
|
|
|
|
#include <X11/extensions/xf86vmstr.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef XFreeXDGA
|
|
|
|
extern void XFree86DGAExtensionInit(INITARGS);
|
|
|
|
extern void XFree86DGARegister(INITARGS);
|
|
|
|
#define _XF86DGA_SERVER_
|
|
|
|
#include <X11/extensions/xf86dgastr.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DPMSExtension
|
|
|
|
extern void DPMSExtensionInit(INITARGS);
|
2010-04-13 13:54:46 -06:00
|
|
|
#ifdef HAVE_X11_EXTENSIONS_DPMSCONST_H
|
|
|
|
#include <X11/extensions/dpmsconst.h>
|
|
|
|
#else
|
2006-11-26 11:13:41 -07:00
|
|
|
#include <X11/extensions/dpmsstr.h>
|
|
|
|
#endif
|
2010-04-13 13:54:46 -06:00
|
|
|
#endif
|
2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
#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);
|
2010-04-13 13:54:46 -06:00
|
|
|
#ifdef HAVE_X11_EXTENSIONS_SHMPROTO_H
|
|
|
|
#include <X11/extensions/shmproto.h>
|
|
|
|
#else
|
2006-11-26 11:13:41 -07:00
|
|
|
#include <X11/extensions/shmstr.h>
|
2010-04-13 13:54:46 -06:00
|
|
|
#endif
|
2006-11-26 11:13:41 -07:00
|
|
|
extern void ShmRegisterFuncs(
|
|
|
|
ScreenPtr pScreen,
|
|
|
|
ShmFuncsPtr funcs);
|
|
|
|
#endif
|
|
|
|
|
2008-11-02 08:26:08 -07:00
|
|
|
#ifdef XSELINUX
|
|
|
|
extern void SELinuxExtensionInit(INITARGS);
|
|
|
|
#include "xselinux.h"
|
2006-11-26 11:13:41 -07:00
|
|
|
#endif
|
|
|
|
|
2009-09-06 13:44:18 -06:00
|
|
|
#ifdef XEVIE
|
|
|
|
extern void XevieExtensionInit(INITARGS);
|
2006-11-26 11:13:41 -07:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#if 1
|
2009-09-06 13:44:18 -06:00
|
|
|
extern void SecurityExtensionInit(INITARGS);
|
2006-11-26 11:13:41 -07:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#if 1
|
|
|
|
extern void PanoramiXExtensionInit(int argc, char *argv[]);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if 1
|
|
|
|
extern void XkbExtensionInit(INITARGS);
|
|
|
|
#endif
|