- backing out XFIXES and DAMAGE related code that accidentally went in
here.
This commit is contained in:
parent
83880dd464
commit
b5e400867f
|
@ -238,12 +238,6 @@ extern void RRExtensionInit(INITARGS);
|
||||||
#ifdef RES
|
#ifdef RES
|
||||||
extern void ResExtensionInit(INITARGS);
|
extern void ResExtensionInit(INITARGS);
|
||||||
#endif
|
#endif
|
||||||
#ifdef DAMAGE
|
|
||||||
extern void DamageExtensionInit(INITARGS);
|
|
||||||
#endif
|
|
||||||
#ifdef XFIXES
|
|
||||||
extern void XFixesExtensionInit(INITARGS);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef XFree86LOADER
|
#ifndef XFree86LOADER
|
||||||
|
|
||||||
|
@ -383,12 +377,6 @@ InitExtensions(argc, argv)
|
||||||
#ifdef RES
|
#ifdef RES
|
||||||
ResExtensionInit();
|
ResExtensionInit();
|
||||||
#endif
|
#endif
|
||||||
#ifdef DAMAGE
|
|
||||||
DamageExtensionInit();
|
|
||||||
#endif
|
|
||||||
#ifdef XFIXES
|
|
||||||
XFixesExtensionInit();
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -460,15 +448,7 @@ ExtensionModule extension[] =
|
||||||
{ NULL, "FontCache", NULL, NULL },
|
{ NULL, "FontCache", NULL, NULL },
|
||||||
{ NULL, "RENDER", NULL, NULL },
|
{ NULL, "RENDER", NULL, NULL },
|
||||||
{ NULL, "RANDR", NULL, NULL },
|
{ NULL, "RANDR", NULL, NULL },
|
||||||
#ifdef RES
|
|
||||||
{ NULL, "X-Resource", NULL, NULL },
|
{ NULL, "X-Resource", NULL, NULL },
|
||||||
#endif
|
|
||||||
#ifdef DAMAGE
|
|
||||||
{ NULL, "DAMAGE", NULL, NULL },
|
|
||||||
#endif
|
|
||||||
#ifdef XFIXES
|
|
||||||
{ NULL, "XFIXES", NULL, NULL },
|
|
||||||
#endif
|
|
||||||
{ NULL, NULL, NULL, NULL }
|
{ NULL, NULL, NULL, NULL }
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue