From 62d0c076eb2eb0f9954c3870f31b4dd685e5f95c Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 30 Jun 2010 14:05:14 +0200 Subject: Automatically marshall SpiceClipRects --- spice.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spice.proto') diff --git a/spice.proto b/spice.proto index 0773f0a4..67acb67c 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; }; -- cgit