Module Name: xsrc
Committed By: mrg
Date: Sat Aug 22 01:40:37 UTC 2009
Modified Files:
xsrc/external/mit/xorg-server/include: dix-config.h xorg-config.h
xorg-server.h
Log Message:
update for xorg-server 1.6.3.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 xsrc/external/mit/xorg-server/include/dix-config.h
cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/xorg-server/include/xorg-config.h
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xorg-server/include/xorg-server.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xorg-server/include/dix-config.h
diff -u xsrc/external/mit/xorg-server/include/dix-config.h:1.11 xsrc/external/mit/xorg-server/include/dix-config.h:1.12
--- xsrc/external/mit/xorg-server/include/dix-config.h:1.11 Thu Jul 9 07:30:54 2009
+++ xsrc/external/mit/xorg-server/include/dix-config.h Sat Aug 22 01:40:37 2009
@@ -333,7 +333,7 @@
/* #undef XORG_RELEASE */
/* Current Xorg version */
-#define XORG_VERSION_CURRENT (((1) * 10000000) + ((6) * 100000) + ((2) * 1000) + 0)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((6) * 100000) + ((3) * 1000) + 0)
/* Xorg release date */
#define XORG_DATE "2009-7-7"
Index: xsrc/external/mit/xorg-server/include/xorg-config.h
diff -u xsrc/external/mit/xorg-server/include/xorg-config.h:1.7 xsrc/external/mit/xorg-server/include/xorg-config.h:1.8
--- xsrc/external/mit/xorg-server/include/xorg-config.h:1.7 Thu Jul 9 07:30:54 2009
+++ xsrc/external/mit/xorg-server/include/xorg-config.h Sat Aug 22 01:40:37 2009
@@ -17,7 +17,7 @@
#define XORGSERVER 1
/* Current X.Org version. */
-#define XORG_VERSION_CURRENT (((1) * 10000000) + ((6) * 100000) + ((2) * 1000) + 0)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((6) * 100000) + ((3) * 1000) + 0)
/* Name of X server. */
#define __XSERVERNAME__ "Xorg"
Index: xsrc/external/mit/xorg-server/include/xorg-server.h
diff -u xsrc/external/mit/xorg-server/include/xorg-server.h:1.4 xsrc/external/mit/xorg-server/include/xorg-server.h:1.5
--- xsrc/external/mit/xorg-server/include/xorg-server.h:1.4 Thu Jul 9 07:30:54 2009
+++ xsrc/external/mit/xorg-server/include/xorg-server.h Sat Aug 22 01:40:37 2009
@@ -126,7 +126,7 @@
/* #undef XORG_RELEASE */
/* Current Xorg version */
-#define XORG_VERSION_CURRENT (((1) * 10000000) + ((6) * 100000) + ((2) * 1000) + 0)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((6) * 100000) + ((3) * 1000) + 0)
/* Build Xv Extension */
#define XvExtension 1