summaryrefslogtreecommitdiff
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-19 15:48:20 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:49 +0100
commitf3d92c736b5a2d25f6a881e7234e798b7e7ae7e5 (patch)
treee3228d7c69a897378516a5858665aee77e248c83 /spice.proto
parentf008b7605df19ab5deb8f4f383837bef9416d7a1 (diff)
Send Clip.rects inline rather than using a pointer
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice.proto b/spice.proto
index fbafd82..f24445b 100644
--- a/spice.proto
+++ b/spice.proto
@@ -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;
};