diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-07-19 15:48:20 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-07-19 16:28:23 +0200 |
commit | 38809803807637336209a89822e12bb5f22148ca (patch) | |
tree | 19e3eca88e8ec3bb79b056915a3758cfdb16d29a /spice.proto | |
parent | 7690a24acdfba226566773b309bf249627dec784 (diff) |
Send Clip.rects inline rather than using a pointer
Diffstat (limited to 'spice.proto')
-rw-r--r-- | spice.proto | 2 |
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; }; |