aboutsummaryrefslogtreecommitdiff
path: root/gl/glxproto.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-05-04 15:07:35 +0000
committermarha <marha@users.sourceforge.net>2011-05-04 15:07:35 +0000
commit3aa6e4dde5745319ed3051bdb11d107b072282e3 (patch)
tree58804e0e423f3720533f542d9fce6c5ab08b653d /gl/glxproto.h
parente4bd55e182560fa87af77ee3ec49fc1a907ead85 (diff)
parent7194f10aa94e3dc9d34eaf8bfa0bdb6c8aa46a38 (diff)
downloadvcxsrv-3aa6e4dde5745319ed3051bdb11d107b072282e3.tar.gz
vcxsrv-3aa6e4dde5745319ed3051bdb11d107b072282e3.tar.bz2
vcxsrv-3aa6e4dde5745319ed3051bdb11d107b072282e3.zip
svn merge ^/branches/released .
Diffstat (limited to 'gl/glxproto.h')
-rw-r--r--gl/glxproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/glxproto.h b/gl/glxproto.h
index ee8f2c258..06678c335 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_hi B32;
- CARD32 sbc_lo B32;
+ CARD32 sbc B32;
} xGLXBufferSwapComplete;
/************************************************************************/