[Spice-devel] [PATCH] server/red_parse_qxl.h: use SpiceCopyBits

Alon Levy alevy at redhat.com
Thu Jan 24 05:35:51 PST 2013


---
 server/red_parse_qxl.h | 4 +---
 spice-common           | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/server/red_parse_qxl.h b/server/red_parse_qxl.h
index 3adc9fa..58dc52d 100644
--- a/server/red_parse_qxl.h
+++ b/server/red_parse_qxl.h
@@ -43,9 +43,7 @@ typedef struct RedDrawable {
         SpiceCopy copy;
         SpiceTransparent transparent;
         SpiceAlphaBlend alpha_blend;
-        struct {
-            SpicePoint src_pos;
-        } copy_bits;
+        SpiceCopyBits copy_bits;
         SpiceBlend blend;
         SpiceRop3 rop3;
         SpiceStroke stroke;
diff --git a/spice-common b/spice-common
index b46d36b..0acd723 160000
--- a/spice-common
+++ b/spice-common
@@ -1 +1 @@
-Subproject commit b46d36bc1c01ca17a64262e157022fd21ad1e795
+Subproject commit 0acd7234223fb184e15307924358a95472abb857
-- 
1.8.0.1



More information about the Spice-devel mailing list