From b173af9ea5361b4794d4cca79f7c7dddd8401a87 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 4 Aug 2010 09:44:14 -0400 Subject: Remove structure tag for xGLXHyperpipeConfigSGIXReq X request structs don't have tags, in general, and this particular one causes a conflict with glxext.h which defines GLXHyperpipeConfigSGIX for the client-side API. Signed-off-by: Adam Jackson --- glxproto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glxproto.h b/glxproto.h index 4783fee..d0ba2ad 100644 --- a/glxproto.h +++ b/glxproto.h @@ -1255,7 +1255,7 @@ typedef struct { /* ** glXHyperpipeConfigSGIX request */ -typedef struct GLXHyperpipeConfigSGIX { +typedef struct { CARD8 reqType; CARD8 glxCode; CARD16 length B16; -- cgit v1.2.1