summaryrefslogtreecommitdiff
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-24 14:30:00 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:45 +0100
commit90193bf1603b165cf017c320a4f8d2203b3b459b (patch)
tree5471a46227e122c2df2b252cf0ad61d3baa91784 /spice.proto
parent2e8aecc2a56e5b7690d77516e41436b697921b1b (diff)
Remove support for clip by path
This is not supported currently anyway and was not generated before.
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto5
1 files changed, 1 insertions, 4 deletions
diff --git a/spice.proto b/spice.proto
index 199fa38..acb9488 100644
--- a/spice.proto
+++ b/spice.proto
@@ -253,8 +253,7 @@ channel MainChannel : BaseChannel {
enum32 clip_type {
NONE,
- RECTS,
- PATH,
+ RECTS
};
flags32 path_flags { /* TODO: C enum names changes */
@@ -414,8 +413,6 @@ struct Clip {
switch (type) {
case RECTS:
ClipRects *data @outvar(cliprects);
- case PATH:
- Path *data @outvar(clippath);
} u @anon;
};