From fcb5eb4629455403de723e2a254e07c8ee46c5d0 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; };