[Xorg-commit] xc/programs/Xserver/hw/kdrive kdrive.c,1.1,1.1.4.1

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


Committed by: kaleb

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

Modified Files:
      Tag: XORG-CURRENT
	kdrive.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: kdrive.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/kdrive/kdrive.c,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- kdrive.c	14 Nov 2003 16:48:54 -0000	1.1
+++ kdrive.c	18 Dec 2003 19:29:13 -0000	1.1.4.1
@@ -1,3 +1,4 @@
+/* $XdotOrg$ */
 /*
  * $XFree86: xc/programs/Xserver/hw/kdrive/kdrive.c,v 1.29 2002/10/31 18:29:50 keithp Exp $ 
  *
@@ -977,7 +978,7 @@
     for (fb = 0; fb < KD_MAX_FB && screen->fb[fb].depth; fb++)
 	pScreenPriv->bytesPerPixel[fb] = screen->fb[fb].bitsPerPixel >> 3;
     pScreenPriv->dpmsState = KD_DPMS_NORMAL;
-#ifdef PANORAMIX
+#ifdef XINERAMA
     dixScreenOrigins[pScreen->myNum] = screen->origin;
 #endif
 





More information about the xorg-commit mailing list