From ea785be99f10280233c1c9ccc9e431014118e876 Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Thu, 18 Dec 2003 19:29:14 +0000 Subject: First pass at "Standard" Xinerama. The sources for this came from Heather 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. --- src/apm_rush.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/apm_rush.c') 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) { -- cgit v1.2.3