summaryrefslogtreecommitdiffstats
path: root/server/red_parse_qxl.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-06-24 14:37:08 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-06-29 12:30:20 +0200
commit4fb61b9aa5c092db1f8fcbd51f7967ccfda364ac (patch)
tree703003311e9314fe6f7e30ad0ac2db432fb3954d /server/red_parse_qxl.h
parente7ec85a08fab5be2488ae12fa5a99f96daaeb897 (diff)
downloadspice-4fb61b9aa5c092db1f8fcbd51f7967ccfda364ac.tar.gz
spice-4fb61b9aa5c092db1f8fcbd51f7967ccfda364ac.tar.xz
spice-4fb61b9aa5c092db1f8fcbd51f7967ccfda364ac.zip
qxl abi: parse QXLPoint & friends.
Diffstat (limited to 'server/red_parse_qxl.h')
-rw-r--r--server/red_parse_qxl.h4
1 files changed, 3 insertions, 1 deletions
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;