diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-12-08 16:03:11 -0800 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-12-08 16:03:11 -0800 |
commit | bd6f2584d3d55746bb56bf923b35e85adfd0dc3b (patch) | |
tree | 84bac0a9bff694d58aeb2596ec88c119aed564c8 /dri2tokens.h | |
parent | 84eac7f37646d36c2644b8f6880c10c249068450 (diff) | |
parent | 9c1a8f1d074bd7b87c4edf8b689c13c93fba9aaa (diff) |
Merge branch 'dri2-swapbuffers'
Diffstat (limited to 'dri2tokens.h')
-rw-r--r-- | dri2tokens.h | 5 |
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 |