diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-25 21:46:48 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-25 21:46:48 +0000 |
commit | fc538709a371c4730d0cabd1131fd2c17cc941ec (patch) | |
tree | 31f4f5d3ac8f408ea670a665058b25705b51c582 | |
parent | ea785be99f10280233c1c9ccc9e431014118e876 (diff) |
bug #230 Revert to Xinerama 1.1 In order to make a "quick" release it hasXORG-RELEASE-1-BASEXEVIE-MERGEXINERAMA_2
been decided that the priority is to preserve the server's internal
API/ABI so that third-party drivers that depend on symbols like
noPanoramiXExtension, etc., would not need to be recompiled. Too bad
gcc on Linux doesn't support ELF's weak symbols as that would have been
a reasonable solution for preserving the ABI. N.B.: While symbols, i.e.
functions and variables revert to the old name, I did not revert build
names, i.e. -DXINERAMA, to the old -DPANORAMIX. There was no need, and
it's just a build issue that has no impact on the binary output of the
build.
-rw-r--r-- | src/apm_rush.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apm_rush.c b/src/apm_rush.c index 3adda70..c26a0d6 100644 --- a/src/apm_rush.c +++ b/src/apm_rush.c @@ -1,4 +1,4 @@ -/* $XdotOrg$ */ +/* $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/apm/apm_rush.c,v 1.1.4.1 2003/12/18 19:29:14 kaleb Exp $ */ /* $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 @@ -347,7 +347,7 @@ XFree86RushExtensionInit(ScreenPtr pScreen) ExtensionEntry* extEntry; #ifdef XINERAMA - if (!noXineramaExtension) + if (!noPanoramiXExtension) return; #endif if (rush_ext_generation == serverGeneration) { |