From aaee5f8af4f0fe63498cd8ae507f8d33edba280c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 3 Jun 2009 17:36:43 -0400 Subject: Make swapbuffers an async request The protocol now require a DRI2GetBuffersWithFormat request to follow the swapbuffer request so. --- dri2proto.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dri2proto.h b/dri2proto.h index 441155e..37873c4 100644 --- a/dri2proto.h +++ b/dri2proto.h @@ -200,18 +200,4 @@ typedef struct { } xDRI2SwapBuffersReq; #define sz_xDRI2SwapBuffersReq 8 -typedef struct { - BYTE type; /* X_Reply */ - BYTE pad1; - CARD16 sequenceNumber B16; - CARD32 length B32; - CARD32 count B32; - CARD32 pad3 B32; - CARD32 pad4 B32; - CARD32 pad5 B32; - CARD32 pad6 B32; - CARD32 pad7 B32; -} xDRI2SwapBuffersReply; -#define sz_xDRI2SwapBuffersReply 32 - #endif -- cgit v1.2.1