summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-30 14:05:14 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-06-30 22:35:17 +0200
commit62d0c076eb2eb0f9954c3870f31b4dd685e5f95c (patch)
treefb3180889e94911fc0aad2bab88839e9d466dd8c /spice.proto
parent99f581ae561599d6c2684b96775da4f56484c68a (diff)
downloadspice-62d0c076eb2eb0f9954c3870f31b4dd685e5f95c.tar.gz
spice-62d0c076eb2eb0f9954c3870f31b4dd685e5f95c.tar.xz
spice-62d0c076eb2eb0f9954c3870f31b4dd685e5f95c.zip
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 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;
};