diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-05-05 13:11:22 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-05-19 13:26:16 -0700 |
commit | 005096937e1da6f65f8ece77662a8db6102d933d (patch) | |
tree | 07679febdda3b24cc987881b9f17c6afeebcd4e5 /dri2proto.h | |
parent | f3c211e1ae183dab5c7529814c9f42af2c29fc6c (diff) |
dri2proto: add a new DRI2BufferSwapComplete struct that matches the spec
Just add a new struct to remain compatible with existing code.
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'dri2proto.h')
-rw-r--r-- | dri2proto.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dri2proto.h b/dri2proto.h index 9708a4a..cd82afb 100644 --- a/dri2proto.h +++ b/dri2proto.h @@ -290,6 +290,7 @@ typedef struct { CARD8 pad; CARD16 sequenceNumber B16; CARD16 event_type B16; + CARD16 pad2; CARD32 drawable B32; CARD32 ust_hi B32; CARD32 ust_lo B32; @@ -304,6 +305,21 @@ typedef struct { CARD8 type; CARD8 pad; CARD16 sequenceNumber B16; + CARD16 event_type B16; + CARD16 pad2; + CARD32 drawable B32; + CARD32 ust_hi B32; + CARD32 ust_lo B32; + CARD32 msc_hi B32; + CARD32 msc_lo B32; + CARD32 sbc B32; +} xDRI2BufferSwapComplete2; +#define sz_xDRI2BufferSwapComplete2 32 + +typedef struct { + CARD8 type; + CARD8 pad; + CARD16 sequenceNumber B16; CARD32 drawable B32; CARD32 pad1 B32; CARD32 pad2 B32; |