[PATCH] Set the clip type to reflect the on wire type.
Jeremy White
jwhite at codeweavers.com
Thu Apr 26 07:43:38 PDT 2012
---
common/draw.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/draw.h b/common/draw.h
index cdd57e9..8fad0e5 100644
--- a/common/draw.h
+++ b/common/draw.h
@@ -82,7 +82,7 @@ typedef struct SpiceClipRects {
} SpiceClipRects;
typedef struct SpiceClip {
- uint32_t type;
+ uint8_t type;
SpiceClipRects *rects;
} SpiceClip;
--
1.7.9.5
--------------030909040602080806070100--
More information about the Spice-devel
mailing list