mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 04:48:06 +02:00
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:
parent
f5403828c6
commit
7196c9441a
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
/************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue