summaryrefslogtreecommitdiff
path: root/dri2tokens.h
diff options
context:
space:
mode:
Diffstat (limited to 'dri2tokens.h')
-rw-r--r--dri2tokens.h18
1 files changed, 11 insertions, 7 deletions
diff --git a/dri2tokens.h b/dri2tokens.h
index 3e71c17..087159f 100644
--- a/dri2tokens.h
+++ b/dri2tokens.h
@@ -33,12 +33,16 @@
#ifndef _DRI2_TOKENS_H_
#define _DRI2_TOKENS_H_
-#define DRI2_BUFFER_FRONT_LEFT 0
-#define DRI2_BUFFER_BACK_LEFT 1
-#define DRI2_BUFFER_FRONT_RIGHT 2
-#define DRI2_BUFFER_BACK_RIGHT 3
-#define DRI2_BUFFER_DEPTH 4
-#define DRI2_BUFFER_STENCIL 5
-#define DRI2_BUFFER_ACCUM 6
+#define DRI2BufferFrontLeft 0
+#define DRI2BufferBackLeft 1
+#define DRI2BufferFrontRight 2
+#define DRI2BufferBackRight 3
+#define DRI2BufferDepth 4
+#define DRI2BufferStencil 5
+#define DRI2BufferAccum 6
+#define DRI2BufferFakeFrontLeft 7
+#define DRI2BufferFakeFrontRight 8
+
+#define DRI2DriverDRI 0
#endif