mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
Automatically marshall SpiceClipRects
This commit is contained in:
parent
53a7560481
commit
fcb5eb4629
@ -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;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user