[PATCH glproto] Further update tokens for GLX_INTEL_swap_event's final spec.

Robert Hooker sarvatt at ubuntu.com
Sun May 30 08:31:31 PDT 2010


The official spec renamed GLX_BLIT_COMPLETE_INTEL to GLX_COPY_COMPLETE_INTEL.

Signed-off-by: Robert Hooker <sarvatt at ubuntu.com>
---
 glxtokens.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/glxtokens.h b/glxtokens.h
index 949935b..162e0e6 100644
--- a/glxtokens.h
+++ b/glxtokens.h
@@ -159,7 +159,7 @@ extern "C" {
 #define GLX_DAMAGED			0x8020
 #define GLX_SAVED			0x8021
 #define GLX_EXCHANGE_COMPLETE_INTEL	0x8180
-#define GLX_BLIT_COMPLETE_INTEL		0x8181
+#define GLX_COPY_COMPLETE_INTEL		0x8181
 #define GLX_FLIP_COMPLETE_INTEL		0x8182
 
 /* GLXPbufferClobberEvent draw_type values */
-- 
1.7.1



More information about the xorg-devel mailing list