summaryrefslogtreecommitdiffstats
path: root/server/red_parse_qxl.h
diff options
context:
space:
mode:
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;