summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-19 15:48:20 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-19 16:28:23 +0200
commit38809803807637336209a89822e12bb5f22148ca (patch)
tree19e3eca88e8ec3bb79b056915a3758cfdb16d29a /spice.proto
parent7690a24acdfba226566773b309bf249627dec784 (diff)
downloadspice-38809803807637336209a89822e12bb5f22148ca.tar.gz
spice-38809803807637336209a89822e12bb5f22148ca.tar.xz
spice-38809803807637336209a89822e12bb5f22148ca.zip
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 fbafd829..f24445b0 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;
};