Set the clip type to reflect the on wire type.

This commit is contained in:
Jeremy White 2012-04-26 09:43:38 -05:00 committed by Alon Levy
parent ff25524948
commit f37ba0d032

View File

@ -82,7 +82,7 @@ typedef struct SpiceClipRects {
} SpiceClipRects;
typedef struct SpiceClip {
uint32_t type;
uint8_t type;
SpiceClipRects *rects;
} SpiceClip;