summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2012-04-26 09:43:38 -0500
committerAlon Levy <alevy@redhat.com>2012-04-26 19:47:10 +0300
commitf37ba0d032ed91fb3b624883a4309a9870a130dd (patch)
tree69f4330980a2637a4bbe9986003c9b060d34209e
parentff25524948c96a86538d23a98b3fcb1bbc85cf31 (diff)
Set the clip type to reflect the on wire type.
-rw-r--r--common/draw.h2
1 files changed, 1 insertions, 1 deletions
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;