Revert "glxproto: make GLX swap event struct match spec"

This reverts commit f5403828c6.

This broke compatibility with existing code, so revert in favor of a new
struct definition instead.
This commit is contained in:
Jesse Barnes 2011-05-05 09:21:19 -07:00
parent f5403828c6
commit 7196c9441a

View file

@ -1375,13 +1375,13 @@ typedef struct {
BYTE pad;
CARD16 sequenceNumber B16;
CARD16 event_type B16;
CARD16 pad2;
CARD32 drawable;
CARD32 ust_hi B32;
CARD32 ust_lo B32;
CARD32 msc_hi B32;
CARD32 msc_lo B32;
CARD32 sbc B32;
CARD32 sbc_hi B32;
CARD32 sbc_lo B32;
} xGLXBufferSwapComplete;
/************************************************************************/