Module Name:    xsrc
Committed By:   mrg
Date:           Tue Apr 27 04:01:42 UTC 2021

Modified Files:
        xsrc/external/mit/xorg-server/include: dix-config.h version-config.h
            xorg-config.h xorg-server.h

Log Message:
update for xorg-server 1.20.11.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 xsrc/external/mit/xorg-server/include/dix-config.h
cvs rdiff -u -r1.11 -r1.12 \
    xsrc/external/mit/xorg-server/include/version-config.h
cvs rdiff -u -r1.21 -r1.22 \
    xsrc/external/mit/xorg-server/include/xorg-config.h \
    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.40 xsrc/external/mit/xorg-server/include/dix-config.h:1.41
--- xsrc/external/mit/xorg-server/include/dix-config.h:1.40	Sat Dec  5 22:44:37 2020
+++ xsrc/external/mit/xorg-server/include/dix-config.h	Tue Apr 27 04:01:42 2021
@@ -125,9 +125,6 @@
 /* Define to 1 if you have the `m' library (-lm). */
 #define HAVE_LIBM 1
 
-/* Define to 1 if you have the libdispatch (GCD) available */
-/* #undef HAVE_LIBDISPATCH */
-
 /* Define to 1 if you have the <linux/agpgart.h> header file. */
 /* #undef HAVE_LINUX_AGPGART_H */
 
@@ -358,7 +355,7 @@
 #define XINERAMA 1
 
 /* Current Xorg version */
-#define XORG_VERSION_CURRENT (((1) * 10000000) + ((20) * 100000) + ((10) * 1000) + 0)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((20) * 100000) + ((11) * 1000) + 0)
 
 /* Build Xv Extension */
 #define XvExtension 1

Index: xsrc/external/mit/xorg-server/include/version-config.h
diff -u xsrc/external/mit/xorg-server/include/version-config.h:1.11 xsrc/external/mit/xorg-server/include/version-config.h:1.12
--- xsrc/external/mit/xorg-server/include/version-config.h:1.11	Sat Dec  5 22:44:37 2020
+++ xsrc/external/mit/xorg-server/include/version-config.h	Tue Apr 27 04:01:42 2021
@@ -5,13 +5,13 @@
 #define VERSION_CONFIG_H
 
 /* Vendor man version */
-#define VENDOR_MAN_VERSION "Version 1.20.10"
+#define VENDOR_MAN_VERSION "Version 1.20.11"
 
 /* Vendor name */
 /* #define VENDOR_NAME "The X.Org Foundation" */
 
 /* Vendor release */
-#define VENDOR_RELEASE (((1) * 10000000) + ((20) * 100000) + ((10) * 1000) + 0)
+#define VENDOR_RELEASE (((1) * 10000000) + ((20) * 100000) + ((11) * 1000) + 0)
 
 #endif /* VERSION_CONFIG_H */
 

Index: xsrc/external/mit/xorg-server/include/xorg-config.h
diff -u xsrc/external/mit/xorg-server/include/xorg-config.h:1.21 xsrc/external/mit/xorg-server/include/xorg-config.h:1.22
--- xsrc/external/mit/xorg-server/include/xorg-config.h:1.21	Sat Dec  5 22:44:37 2020
+++ xsrc/external/mit/xorg-server/include/xorg-config.h	Tue Apr 27 04:01:42 2021
@@ -17,7 +17,7 @@
 #define XORGSERVER 1
 
 /* Current X.Org version. */
-#define XORG_VERSION_CURRENT (((1) * 10000000) + ((20) * 100000) + ((10) * 1000) + 0)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((20) * 100000) + ((11) * 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.21 xsrc/external/mit/xorg-server/include/xorg-server.h:1.22
--- xsrc/external/mit/xorg-server/include/xorg-server.h:1.21	Sat Dec  5 22:44:37 2020
+++ xsrc/external/mit/xorg-server/include/xorg-server.h	Tue Apr 27 04:01:42 2021
@@ -140,7 +140,7 @@
 #define XORGSERVER 1
 
 /* Current Xorg version */
-#define XORG_VERSION_CURRENT (((1) * 10000000) + ((20) * 100000) + ((10) * 1000) + 0)
+#define XORG_VERSION_CURRENT (((1) * 10000000) + ((20) * 100000) + ((11) * 1000) + 0)
 
 /* Build Xv Extension */
 #define XvExtension 1

Reply via email to