Send Clip.rects inline rather than using a pointer

This commit is contained in:
Alexander Larsson 2010-07-19 15:48:20 +02:00
parent 7690a24acd
commit 3880980380

View File

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