[Spice-commits] common/draw.h
Alon Levy
alon at kemper.freedesktop.org
Thu Apr 26 09:47:27 PDT 2012
common/draw.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f37ba0d032ed91fb3b624883a4309a9870a130dd
Author: Jeremy White <jwhite at codeweavers.com>
Date: Thu Apr 26 09:43:38 2012 -0500
Set the clip type to reflect the on wire type.
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;
More information about the Spice-commits
mailing list