mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 04:48:06 +02:00
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:
parent
8e7ef2d30e
commit
b173af9ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -1255,7 +1255,7 @@ typedef struct {
|
|||
/*
|
||||
** glXHyperpipeConfigSGIX request
|
||||
*/
|
||||
typedef struct GLXHyperpipeConfigSGIX {
|
||||
typedef struct {
|
||||
CARD8 reqType;
|
||||
CARD8 glxCode;
|
||||
CARD16 length B16;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue