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 <thellst...@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

_______________________________________________
xorg-devel mailing list
xorg-devel@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to