summaryrefslogtreecommitdiff
path: root/glxproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'glxproto.h')
-rw-r--r--glxproto.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/glxproto.h b/glxproto.h
index 68d38cc..4783fee 100644
--- a/glxproto.h
+++ b/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;
+
/************************************************************************/
/*