diff options
author | Kristian Høgsberg <krh@redhat.com> | 2009-06-03 17:36:43 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-06-03 17:36:43 -0400 |
commit | aaee5f8af4f0fe63498cd8ae507f8d33edba280c (patch) | |
tree | c0022321bf9a89fef0ef85942d7d28cfc8d2bc95 /dri2proto.h | |
parent | 9b5ef83c0b9ef0239ac82adfa9a816f195074dcb (diff) |
Make swapbuffers an async request
The protocol now require a DRI2GetBuffersWithFormat request to follow the
swapbuffer request so.
Diffstat (limited to 'dri2proto.h')
-rw-r--r-- | dri2proto.h | 14 |
1 files changed, 0 insertions, 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 |