[Spice-devel] [PATCH spice-common] common/draw.h: add SpiceCopyBits

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


Similar to the almost identity relation between QXLFoo and SpiceFoo for other
structs, this one has just been left out.
---
 common/draw.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/common/draw.h b/common/draw.h
index 3704358..1df42e8 100644
--- a/common/draw.h
+++ b/common/draw.h
@@ -275,6 +275,10 @@ typedef struct SpiceString {
     SpiceRasterGlyph *glyphs[0];
 } SpiceString;
 
+typedef struct SpiceCopyBits {
+    SpicePoint src_pos;
+} SpiceCopyBits;
+
 typedef struct SpiceText {
     SpiceString *str;
     SpiceRect back_area;
-- 
1.8.0.1



More information about the Spice-devel mailing list