summaryrefslogtreecommitdiff
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-30 14:05:14 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:46 +0100
commitfcb5eb4629455403de723e2a254e07c8ee46c5d0 (patch)
treedcce1d6b32e00b3b028c9516a722c3caa5970b18 /spice.proto
parent53a75604811d0d6a80c9b78824be28819632e288 (diff)
Automatically marshall SpiceClipRects
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto2
1 files changed, 1 insertions, 1 deletions
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;
};