[Xorg-commit] xc/programs/Xserver/Xext/extmod modinit.h,1.1,1.1.4.1

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/Xext/extmod
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/programs/Xserver/Xext/extmod

Modified Files:
      Tag: XORG-CURRENT
	modinit.h 
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: modinit.h
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/Xext/extmod/modinit.h,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- modinit.h	25 Nov 2003 19:28:23 -0000	1.1
+++ modinit.h	18 Dec 2003 19:29:12 -0000	1.1.4.1
@@ -1,3 +1,4 @@
+/* $XdotOrg$ */
 /* $XFree86: xc/programs/Xserver/Xext/extmod/modinit.h,v 1.2 2003/09/13 21:33:04 dawes Exp $ */
 
 #ifndef INITARGS
@@ -136,7 +137,7 @@
 #endif
 
 #if 1
-extern void PanoramiXExtensionInit(int argc, char *argv[]);
+extern void XineramaExtensionInit(int argc, char *argv[]);
 #endif
 
 #if 1





More information about the xorg-commit mailing list