diff options
| author | Alexander Larsson <alexl@redhat.com> | 2010-06-29 18:17:35 +0200 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-03-20 15:25:46 +0100 |
| commit | eaeb65c53e4bbb718074adf70b92cbcf68e145c5 (patch) | |
| tree | edf70eb62c73386ffc8470560c0ff64910b55bbc | |
| parent | 18a11d6be01875d959872ebd253ad5c6527dc5b9 (diff) | |
Update client and protocol to support the new SpiceClipRects
| -rw-r--r-- | spice.proto | 2 | ||||
| -rw-r--r-- | spice1.proto | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/spice.proto b/spice.proto index e1062eb..c399150 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; }; 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; |
