[PATCH 36/42] Unify miinitext.c
Peter Hutterer
peter.hutterer at who-t.net
Tue Dec 6 15:54:18 PST 2011
On Fri, Dec 02, 2011 at 11:27:44AM +0000, Daniel Stone wrote:
> Rather than having a non-Xorg and an Xorg-specific path which basically
> just duplicated each other for no reason, we could ... just have one.
>
> Signed-off-by: Daniel Stone <daniel at fooishbar.org>
most entertaining.
Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
> hw/xfree86/dixmods/Makefile.am | 2 +-
> mi/miinitext.c | 91 ----------------------------------------
> 2 files changed, 1 insertions(+), 92 deletions(-)
>
> diff --git a/hw/xfree86/dixmods/Makefile.am b/hw/xfree86/dixmods/Makefile.am
> index 854134a..a69c958 100644
> --- a/hw/xfree86/dixmods/Makefile.am
> +++ b/hw/xfree86/dixmods/Makefile.am
> @@ -41,7 +41,7 @@ libshadow_la_LIBADD = $(top_builddir)/miext/shadow/libshadow.la
> libshadow_la_SOURCES = shmodule.c
>
> libdixmods_la_SOURCES = $(top_srcdir)/mi/miinitext.c
> -libdixmods_la_CFLAGS = -DXFree86LOADER $(AM_CFLAGS)
> +libdixmods_la_CFLAGS = $(AM_CFLAGS)
>
> libxorgxkb_la_SOURCES = xkbVT.c xkbPrivate.c xkbKillSrv.c
> libxorgxkb_la_LIBADD = $(top_builddir)/dix/libdix.la
> diff --git a/mi/miinitext.c b/mi/miinitext.c
> index 78c1510..a6a333a 100644
> --- a/mi/miinitext.c
> +++ b/mi/miinitext.c
> @@ -112,11 +112,6 @@ SOFTWARE.
> #include "micmap.h"
> #include "globals.h"
>
> -#ifdef XFree86LOADER
> -#include "loaderProcs.h"
> -#include "xf86Extensions.h"
> -#endif
> -
> /* The following is only a small first step towards run-time
> * configurable extensions.
> */
> @@ -233,90 +228,6 @@ void EnableDisableExtensionError(const char *name, Bool enable)
> }
> }
>
> -#ifndef XFree86LOADER
> -
> -/*ARGSUSED*/
> -void
> -InitExtensions(int argc, char *argv[])
> -{
> - if (!noGEExtension) GEExtensionInit();
> - ShapeExtensionInit();
> -#ifdef MITSHM
> - if (!noMITShmExtension) ShmExtensionInit();
> -#endif
> - XInputExtensionInit();
> -#ifdef XTEST
> - if (!noTestExtensions) XTestExtensionInit();
> -#endif
> - BigReqExtensionInit();
> - SyncExtensionInit();
> - XkbExtensionInit();
> - XCMiscExtensionInit();
> -#ifdef XCSECURITY
> - if (!noSecurityExtension) SecurityExtensionInit();
> -#endif
> -#ifdef PANORAMIX
> - if (!noPanoramiXExtension) PanoramiXExtensionInit();
> -#endif
> -#ifdef INXQUARTZ
> - if(!noPseudoramiXExtension) PseudoramiXExtensionInit();
> -#endif
> -#ifdef XFIXES
> - /* must be before Render to layer DisplayCursor correctly */
> - if (!noXFixesExtension) XFixesExtensionInit();
> -#endif
> -#ifdef XF86BIGFONT
> - if (!noXFree86BigfontExtension) XFree86BigfontExtensionInit();
> -#endif
> - if (!noRenderExtension) RenderExtensionInit();
> -#ifdef RANDR
> - if (!noRRExtension) RRExtensionInit();
> -#endif
> -#ifdef COMPOSITE
> - if (!noCompositeExtension) CompositeExtensionInit();
> -#endif
> -#ifdef DAMAGE
> - if (!noDamageExtension) DamageExtensionInit();
> -#endif
> -
> -#ifdef XSELINUX
> - if (!noSELinuxExtension) SELinuxExtensionInit();
> -#endif
> -#if defined(SCREENSAVER)
> - if (!noScreenSaverExtension) ScreenSaverExtensionInit ();
> -#endif
> -
> -#if !defined(NO_HW_ONLY_EXTS) && defined(DPMSExtension)
> - if (!noDPMSExtension) DPMSExtensionInit();
> -#endif
> -
> -#ifdef XV
> - if (!noXvExtension) {
> - XvExtensionInit();
> - XvMCExtensionInit();
> - }
> -#endif
> -#ifdef RES
> - if (!noResExtension) ResExtensionInit();
> -#endif
> -#ifdef XRECORD
> - if (!noTestExtensions) RecordExtensionInit();
> -#endif
> -#ifdef DBE
> - if (!noDbeExtension) DbeExtensionInit();
> -#endif
> -#ifdef DMXEXT
> - DMXExtensionInit(); /* server-specific extension, cannot be disabled */
> -#endif
> -
> -#ifdef GLXEXT
> - if (serverGeneration == 1)
> - GlxPushProvider(&__glXDRISWRastProvider);
> - if (!noGlxExtension) GlxExtensionInit();
> -#endif
> -}
> -
> -#else /* XFree86LOADER */
> /* List of built-in (statically linked) extensions */
> static ExtensionModule staticExtensions[] = {
> { GEExtensionInit, "Generic Event Extension", &noGEExtension, NULL },
> @@ -467,5 +378,3 @@ LoadExtension(ExtensionModule * e, Bool builtin)
> if (e->setupFunc != NULL)
> e->setupFunc();
> }
> -
> -#endif /* XFree86LOADER */
> --
> 1.7.7.3
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>
More information about the xorg-devel
mailing list