summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2009-07-16 10:30:44 -0400
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-10-29 14:05:09 -0700
commitb91597188c65b7cd81539dcdb0d653916f11f875 (patch)
treefcd77bc008932b043f11d46ae4a08cb9832dd353
parentd6cf836e92d5bbf0211e81405a62b03dc39c43ad (diff)
Bump DRI2InfoRec version.
-rw-r--r--hw/xfree86/dri2/dri2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/dri2/dri2.h b/hw/xfree86/dri2/dri2.h
index a392d837f..e330fe930 100644
--- a/hw/xfree86/dri2/dri2.h
+++ b/hw/xfree86/dri2/dri2.h
@@ -74,7 +74,7 @@ typedef void (*DRI2DestroyBufferProcPtr)(DrawablePtr pDraw,
/**
* Version of the DRI2InfoRec structure defined in this header
*/
-#define DRI2INFOREC_VERSION 3
+#define DRI2INFOREC_VERSION 4
typedef struct {
unsigned int version; /**< Version of this struct */