mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 22:55:30 +00:00
Automatically marshall SpiceClipRects
This commit is contained in:
parent
e191e47238
commit
68e29d0d19
@ -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