summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2010-08-04 09:44:14 -0400
committerAdam Jackson <ajax@redhat.com>2010-08-04 09:44:14 -0400
commitb173af9ea5361b4794d4cca79f7c7dddd8401a87 (patch)
tree1488262d1854aaffb71cbd7e2d57bc38b3708cf4
parent8e7ef2d30ea8a98b6e90540e674b60d066a71fef (diff)
downloadxorg-proto-glproto-b173af9ea5361b4794d4cca79f7c7dddd8401a87.tar.gz
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 <ajax@redhat.com>
-rw-r--r--glxproto.h2
1 files changed, 1 insertions, 1 deletions
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;