diff options
Diffstat (limited to 'src/apm_rush.c')
-rw-r--r-- | src/apm_rush.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/apm_rush.c b/src/apm_rush.c index 9b4da96..3adda70 100644 --- a/src/apm_rush.c +++ b/src/apm_rush.c @@ -1,3 +1,4 @@ +/* $XdotOrg$ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_rush.c,v 1.12 2003/02/12 21:46:42 tsi Exp $ */ /* * Copyright Loïc Grenié 1999 @@ -345,8 +346,8 @@ XFree86RushExtensionInit(ScreenPtr pScreen) { ExtensionEntry* extEntry; -#ifdef PANORAMIX - if (!noPanoramiXExtension) +#ifdef XINERAMA + if (!noXineramaExtension) return; #endif if (rush_ext_generation == serverGeneration) { |