summaryrefslogtreecommitdiff
path: root/spice1.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-29 18:17:35 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:46 +0100
commit140cf2aa795abf20482eb6684f15aef5d187ebca (patch)
tree194265e32a670269cb1d0bca2115da06be73ea04 /spice1.proto
parent13f8149daf9f38f76ec843599850c7fdea15f545 (diff)
Update client and protocol to support the new SpiceClipRects
Diffstat (limited to 'spice1.proto')
-rw-r--r--spice1.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice1.proto b/spice1.proto
index 98ffb49..75749af 100644
--- a/spice1.proto
+++ b/spice1.proto
@@ -382,7 +382,7 @@ struct Clip {
clip_type type;
switch (type) {
case RECTS:
- ClipRects *data @outvar(cliprects);
+ ClipRects *rects @outvar(cliprects) @c_ptr;
default:
uint64 data @zero;
} u @anon;