From 38809803807637336209a89822e12bb5f22148ca Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 19 Jul 2010 15:48:20 +0200 Subject: Send Clip.rects inline rather than using a pointer --- spice.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spice.proto') 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; }; -- cgit