aboutsummaryrefslogtreecommitdiff
path: root/gl/glxproto.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-01-09 12:22:55 +0000
committermarha <marha@users.sourceforge.net>2010-01-09 12:22:55 +0000
commitcda2d677dab0f07e21e9abb84cce3fca96140dc3 (patch)
tree037ba5ff27c300c558ca3a468d82b8af90c3b9b3 /gl/glxproto.h
parent1ae1f3dee798a8468a415eaa8f1da78e9d3fbae8 (diff)
parent13863345017a14a9dcce2ea5d3833eb74bb3760f (diff)
downloadvcxsrv-cda2d677dab0f07e21e9abb84cce3fca96140dc3.tar.gz
vcxsrv-cda2d677dab0f07e21e9abb84cce3fca96140dc3.tar.bz2
vcxsrv-cda2d677dab0f07e21e9abb84cce3fca96140dc3.zip
svn merge ^/branches/released
Diffstat (limited to 'gl/glxproto.h')
-rw-r--r--gl/glxproto.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gl/glxproto.h b/gl/glxproto.h
index 68d38cccf..4783feedb 100644
--- a/gl/glxproto.h
+++ b/gl/glxproto.h
@@ -61,6 +61,7 @@
** extension and the client doesn't.
*/
#define GLX_PbufferClobber 0
+#define GLX_BufferSwapComplete 1
#define __GLX_NUMBER_EVENTS 17
@@ -1309,6 +1310,20 @@ typedef struct {
CARD32 unused2 B32;
} xGLXPbufferClobberEvent;
+typedef struct {
+ BYTE type;
+ BYTE pad;
+ CARD16 sequenceNumber B16;
+ CARD16 event_type B16;
+ 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;
+} xGLXBufferSwapComplete;
+
/************************************************************************/
/*