diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-18 19:29:14 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-18 19:29:14 +0000 |
commit | ea785be99f10280233c1c9ccc9e431014118e876 (patch) | |
tree | e83b5b92c2581e166a404dbff83a9aa694a62f14 | |
parent | fee1f0faa587bfe8dc34970c66a3708ce189ba74 (diff) |
First pass at "Standard" Xinerama. The sources for this came from HeatherXEVIE-BASE
Lanigan's xinerama tree on Sourceforge.Net. No attempt has been made to
handle previous, non-standard versions of the protocol. Nor has any
attempt been made to preserve the ABI of previous versions -- that part
will be added at a later time, and then probably only on systems that
have nice object/linker semantics, e.g. ELF systems with weak symbols.
-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) { |