xserver ChangeLog,3.376,3.377 configure.ac,3.108,3.109

Dave Airlie xserver-commit at pdx.freedesktop.org
Tue Jan 3 00:32:50 PST 2006


Committed by: airlied

Update of /cvs/xserver/xserver
In directory gabe:/tmp/cvs-serv5493

Modified Files:
	ChangeLog configure.ac 
Log Message:
Add xevie support from Xgl code drop - this doesn't build
but it doesn't build in Xgl either, also other dix changes


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.376
retrieving revision 3.377
diff -u -d -r3.376 -r3.377
--- ChangeLog	3 Jan 2006 07:46:27 -0000	3.376
+++ ChangeLog	3 Jan 2006 08:32:48 -0000	3.377
@@ -1,5 +1,23 @@
 2006-01-03  Dave Airlie  <airlied at linux.ie>
 
+	* Xext/Makefile.am:
+	* configure.ac:
+	* dix/devices.c: (_AddInputDevice):
+	* dix/events.c: (XineramaCheckVirtualMotion),
+	(XineramaCheckMotion), (CheckVirtualMotion), (CheckMotion):
+	* dix/main.c: (main):
+	* dix/privates.c: (AllocateDevicePrivateIndex),
+	(AllocateDevicePrivate), (ResetDevicePrivateIndex):
+	* include/cursorstr.h:
+	* include/input.h:
+	* include/inputstr.h:
+	* include/windowstr.h:
+	* mi/miinitext.c:
+	Add xevie support from Xgl code drop - this doesn't build
+	but it doesn't build in Xgl either, also other dix changes
+
+2006-01-03  Dave Airlie  <airlied at linux.ie>
+
 	* configure.ac:
 	Updates for configure.ac to add XEVIE support
 	from David Reveman - Xgl code drop

Index: configure.ac
===================================================================
RCS file: /cvs/xserver/xserver/configure.ac,v
retrieving revision 3.108
retrieving revision 3.109
diff -u -d -r3.108 -r3.109
--- configure.ac	3 Jan 2006 07:46:27 -0000	3.108
+++ configure.ac	3 Jan 2006 08:32:48 -0000	3.109
@@ -44,12 +44,12 @@
 AC_HEADER_STDC
 AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h])
 
-# Checks for typedefs, structures, and compiler characteristics.
+dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 AC_C_BIGENDIAN([ENDIAN="X_BIG_ENDIAN"], [ENDIAN="X_LITTLE_ENDIAN"])
 
 AC_CHECK_SIZEOF([unsigned long])
-if test "#ac_cv_sizeof_unsigned_long" = 8; then
+if test "$ac_cv_sizeof_unsigned_long" = 8; then
 	AC_DEFINE(_XSERVER64, 1, [Define to 1 if unsigned long is 64 bits.])
 fi
 



More information about the xserver-commit mailing list