[PATCH 1/1 dri2] Bump dri2 version minor.
Thomas Hellstrom
thellstrom at vmware.com
Thu Dec 31 03:09:57 PST 2009
A feature was added to the DRI2 server side to always create a fake
front buffer when requesting the real front-buffer for a window.
A client needs to detect whether this feature is present or not, and
can now do so by version checking.
Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
---
include/protocol-versions.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/protocol-versions.h b/include/protocol-versions.h
index d688c66..c74b7fa 100644
--- a/include/protocol-versions.h
+++ b/include/protocol-versions.h
@@ -53,7 +53,7 @@
/* DRI2 */
#define SERVER_DRI2_MAJOR_VERSION 1
-#define SERVER_DRI2_MINOR_VERSION 1
+#define SERVER_DRI2_MINOR_VERSION 2
/* Generic event extension */
#define SERVER_GE_MAJOR_VERSION 1
--
1.6.2.5
More information about the xorg-devel
mailing list