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>
This commit is contained in:
Adam Jackson 2010-08-04 09:44:14 -04:00
parent 8e7ef2d30e
commit b173af9ea5

View file

@ -1255,7 +1255,7 @@ typedef struct {
/*
** glXHyperpipeConfigSGIX request
*/
typedef struct GLXHyperpipeConfigSGIX {
typedef struct {
CARD8 reqType;
CARD8 glxCode;
CARD16 length B16;