mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-10 06:00:17 +00:00
Send Clip.rects inline rather than using a pointer
This commit is contained in:
parent
7690a24acd
commit
3880980380
@ -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;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user