[Xorg-commit] xc/programs/Xserver/dbe dbe.c,1.1.4.1,1.1.4.2

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Thu Dec 18 21:29:44 EET 2003


Committed by: kaleb

Update of /cvs/xorg/xc/programs/Xserver/dbe
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/programs/Xserver/dbe

Modified Files:
      Tag: XORG-CURRENT
	dbe.c 
Log Message:
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.



Index: dbe.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/dbe/dbe.c,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- dbe.c	17 Nov 2003 19:03:44 -0000	1.1.4.1
+++ dbe.c	18 Dec 2003 19:29:12 -0000	1.1.4.2
@@ -1,3 +1,4 @@
+/* $XdotOrg$ */
 /* $Xorg: dbe.c,v 1.3 2000/08/17 19:48:16 cpqbld Exp $ */
 /******************************************************************************
  * 
@@ -1820,8 +1821,9 @@
     int			nStubbedScreens = 0;
     Bool		ddxInitSuccess;
 
-#ifdef PANORAMIX
-    if(!noPanoramiXExtension) return;
+#ifdef XINERAMA
+    extern Bool noXineramaExtension;
+    if(!noXineramaExtension) return;
 #endif
 
     /* Allocate private pointers in windows and screens. */





More information about the xorg-commit mailing list