summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-05 20:45:13 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:47 +0100
commit09d9a18702a48e83ec9b2c6f7c2cd47e6a5b87a1 (patch)
treed9ff4c116b3555b7cdc57318a913b6a76f4f1101 /spice.proto
parentbc8d26bfc0ba349889bedcb25e3af1eafd106fd5 (diff)
downloadspice-common-09d9a18702a48e83ec9b2c6f7c2cd47e6a5b87a1.tar.gz
spice-common-09d9a18702a48e83ec9b2c6f7c2cd47e6a5b87a1.tar.xz
spice-common-09d9a18702a48e83ec9b2c6f7c2cd47e6a5b87a1.zip
Convert SpicePath.segments to a pointer array
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 8df1238..e437630 100644
--- a/spice.proto
+++ b/spice.proto
@@ -393,7 +393,7 @@ struct PathSegment {
struct Path {
uint32 num_segments;
- PathSegment segments[num_segments] @end;
+ PathSegment segments[num_segments] @ptr_array;
};
struct Clip {