diff options
Diffstat (limited to 'gl')
-rw-r--r-- | gl/glxproto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/glxproto.h b/gl/glxproto.h index dfa0647c9..0ff44e362 100644 --- a/gl/glxproto.h +++ b/gl/glxproto.h @@ -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; /************************************************************************/ |