summaryrefslogtreecommitdiff
path: root/dri2tokens.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2009-12-08 16:03:11 -0800
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-12-08 16:03:11 -0800
commitbd6f2584d3d55746bb56bf923b35e85adfd0dc3b (patch)
tree84bac0a9bff694d58aeb2596ec88c119aed564c8 /dri2tokens.h
parent84eac7f37646d36c2644b8f6880c10c249068450 (diff)
parent9c1a8f1d074bd7b87c4edf8b689c13c93fba9aaa (diff)
downloadxorg-proto-dri2proto-bd6f2584d3d55746bb56bf923b35e85adfd0dc3b.tar.gz
Merge branch 'dri2-swapbuffers'dri2proto-2.2
Diffstat (limited to 'dri2tokens.h')
-rw-r--r--dri2tokens.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dri2tokens.h b/dri2tokens.h
index d560271..7804e4d 100644
--- a/dri2tokens.h
+++ b/dri2tokens.h
@@ -47,4 +47,9 @@
#define DRI2DriverDRI 0
#define DRI2DriverVDPAU 1
+/* Event sub-types for the swap complete event */
+#define DRI2_EXCHANGE_COMPLETE 0x1
+#define DRI2_BLIT_COMPLETE 0x2
+#define DRI2_FLIP_COMPLETE 0x3
+
#endif