summaryrefslogtreecommitdiffstats
path: root/spice1.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-29 18:17:35 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-06-30 22:35:16 +0200
commit5cd86fc45dfa94cb08c3316c614923ff50b94b0f (patch)
treeeb3399de26dcb6c4c3ad52a04ff0088704eef845 /spice1.proto
parentbb851317657e68239bedf2d3d4c23bea26156278 (diff)
downloadspice-5cd86fc45dfa94cb08c3316c614923ff50b94b0f.tar.gz
spice-5cd86fc45dfa94cb08c3316c614923ff50b94b0f.tar.xz
spice-5cd86fc45dfa94cb08c3316c614923ff50b94b0f.zip
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 98ffb495..75749af1 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;