summaryrefslogtreecommitdiffstats
path: root/spice.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 /spice.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 'spice.proto')
-rw-r--r--spice.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice.proto b/spice.proto
index e1062ebb..c3991504 100644
--- a/spice.proto
+++ b/spice.proto
@@ -412,7 +412,7 @@ struct Clip {
clip_type type;
switch (type) {
case RECTS:
- ClipRects *data @outvar(cliprects);
+ ClipRects *rects @outvar(cliprects) @c_ptr;
} u @anon;
};