Unifdef XIDLE.
Seriously how was this still here.
This commit is contained in:
@@ -403,9 +403,6 @@ _X_HIDDEN void *dixLookupTab[] = {
|
|||||||
|
|
||||||
SYMVAR(noXInputExtension)
|
SYMVAR(noXInputExtension)
|
||||||
|
|
||||||
#ifdef XIDLE
|
|
||||||
SYMVAR(noXIdleExtension)
|
|
||||||
#endif
|
|
||||||
#ifdef XSELINUX
|
#ifdef XSELINUX
|
||||||
SYMVAR(noSELinuxExtension)
|
SYMVAR(noSELinuxExtension)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -128,9 +128,6 @@ extern Bool noPanoramiXExtension;
|
|||||||
|
|
||||||
extern Bool noXInputExtension;
|
extern Bool noXInputExtension;
|
||||||
|
|
||||||
#ifdef XIDLE
|
|
||||||
extern Bool noXIdleExtension;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef XSELINUX
|
#ifdef XSELINUX
|
||||||
extern Bool noSELinuxExtension;
|
extern Bool noSELinuxExtension;
|
||||||
|
|||||||
@@ -148,9 +148,6 @@ extern Bool noPanoramiXExtension;
|
|||||||
extern Bool noPseudoramiXExtension;
|
extern Bool noPseudoramiXExtension;
|
||||||
#endif
|
#endif
|
||||||
extern Bool noXInputExtension;
|
extern Bool noXInputExtension;
|
||||||
#ifdef XIDLE
|
|
||||||
extern Bool noXIdleExtension;
|
|
||||||
#endif
|
|
||||||
#ifdef XSELINUX
|
#ifdef XSELINUX
|
||||||
extern Bool noSELinuxExtension;
|
extern Bool noSELinuxExtension;
|
||||||
#endif
|
#endif
|
||||||
@@ -212,9 +209,6 @@ extern void XInputExtensionInit(INITARGS);
|
|||||||
extern void XTestExtensionInit(INITARGS);
|
extern void XTestExtensionInit(INITARGS);
|
||||||
#endif
|
#endif
|
||||||
extern void BigReqExtensionInit(INITARGS);
|
extern void BigReqExtensionInit(INITARGS);
|
||||||
#ifdef XIDLE
|
|
||||||
extern void XIdleExtensionInit(INITARGS);
|
|
||||||
#endif
|
|
||||||
#ifdef SCREENSAVER
|
#ifdef SCREENSAVER
|
||||||
extern void ScreenSaverExtensionInit (INITARGS);
|
extern void ScreenSaverExtensionInit (INITARGS);
|
||||||
#endif
|
#endif
|
||||||
@@ -422,9 +416,6 @@ InitExtensions(int argc, char *argv[])
|
|||||||
if (!noTestExtensions) XTestExtensionInit();
|
if (!noTestExtensions) XTestExtensionInit();
|
||||||
#endif
|
#endif
|
||||||
BigReqExtensionInit();
|
BigReqExtensionInit();
|
||||||
#ifdef XIDLE
|
|
||||||
if (!noXIdleExtension) XIdleExtensionInit();
|
|
||||||
#endif
|
|
||||||
#if defined(SCREENSAVER)
|
#if defined(SCREENSAVER)
|
||||||
if (!noScreenSaverExtension) ScreenSaverExtensionInit ();
|
if (!noScreenSaverExtension) ScreenSaverExtensionInit ();
|
||||||
#endif
|
#endif
|
||||||
@@ -519,9 +510,6 @@ static ExtensionModule staticExtensions[] = {
|
|||||||
{ XTestExtensionInit, XTestExtensionName, &noTestExtensions, NULL, NULL },
|
{ XTestExtensionInit, XTestExtensionName, &noTestExtensions, NULL, NULL },
|
||||||
#endif
|
#endif
|
||||||
{ BigReqExtensionInit, "BIG-REQUESTS", NULL, NULL, NULL },
|
{ BigReqExtensionInit, "BIG-REQUESTS", NULL, NULL, NULL },
|
||||||
#ifdef XIDLE
|
|
||||||
{ XIdleExtensionInit, "XIDLE", &noXIdleExtension, NULL, NULL },
|
|
||||||
#endif
|
|
||||||
{ SyncExtensionInit, "SYNC", NULL, NULL, NULL },
|
{ SyncExtensionInit, "SYNC", NULL, NULL, NULL },
|
||||||
#ifdef XKB
|
#ifdef XKB
|
||||||
{ XkbExtensionInit, XkbName, &noXkbExtension, NULL, NULL },
|
{ XkbExtensionInit, XkbName, &noXkbExtension, NULL, NULL },
|
||||||
|
|||||||
@@ -188,9 +188,6 @@ _X_EXPORT Bool noXFixesExtension = FALSE;
|
|||||||
_X_EXPORT Bool noPanoramiXExtension = TRUE;
|
_X_EXPORT Bool noPanoramiXExtension = TRUE;
|
||||||
#endif
|
#endif
|
||||||
_X_EXPORT Bool noXInputExtension = FALSE;
|
_X_EXPORT Bool noXInputExtension = FALSE;
|
||||||
#ifdef XIDLE
|
|
||||||
_X_EXPORT Bool noXIdleExtension = FALSE;
|
|
||||||
#endif
|
|
||||||
#ifdef XSELINUX
|
#ifdef XSELINUX
|
||||||
_X_EXPORT Bool noSELinuxExtension = FALSE;
|
_X_EXPORT Bool noSELinuxExtension = FALSE;
|
||||||
_X_EXPORT int selinuxEnforcingState = SELINUX_MODE_DEFAULT;
|
_X_EXPORT int selinuxEnforcingState = SELINUX_MODE_DEFAULT;
|
||||||
|
|||||||
Reference in New Issue
Block a user