From 4fb61b9aa5c092db1f8fcbd51f7967ccfda364ac Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 24 Jun 2010 14:37:08 +0200 Subject: qxl abi: parse QXLPoint & friends. --- server/red_parse_qxl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/red_parse_qxl.h') diff --git a/server/red_parse_qxl.h b/server/red_parse_qxl.h index 94a880e5..b96a393b 100644 --- a/server/red_parse_qxl.h +++ b/server/red_parse_qxl.h @@ -42,7 +42,9 @@ typedef struct SPICE_ATTR_PACKED RedDrawable { SpiceCopy copy; SpiceTransparent transparent; SpiceAlphaBlnd alpha_blend; - QXLCopyBits copy_bits; + struct { + SpicePoint src_pos; + } copy_bits; SpiceBlend blend; SpiceRop3 rop3; SpiceStroke stroke; -- cgit