Automatically marshall SpiceClipRects

This commit is contained in:
Alexander Larsson 2010-06-30 14:05:14 +02:00 committed by Marc-André Lureau
parent 53a7560481
commit fcb5eb4629

View File

@ -412,7 +412,7 @@ struct Clip {
clip_type type;
switch (type) {
case RECTS:
ClipRects *rects @outvar(cliprects) @c_ptr;
ClipRects *rects @outvar(cliprects) @c_ptr @marshall @nonnull;
} u @anon;
};