From 68e29d0d1929366d267e25581fa920f3d30cc0a8 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 30 Jun 2010 14:05:14 +0200 Subject: [PATCH] Automatically marshall SpiceClipRects --- spice.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice.proto b/spice.proto index 0773f0a..67acb67 100644 --- a/spice.proto +++ b/spice.proto @@ -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; };