summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 12:43:33 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:47 +0100
commit4bcb58cc9fb957235b5dc92c55c6a0e4c203733b (patch)
tree7e5a201bf5b627f17c3c65ab82b0455d7b828ead /spice.proto
parente37ce72809d4bf114ff69bf600d943b43e510137 (diff)
downloadspice-common-4bcb58cc9fb957235b5dc92c55c6a0e4c203733b.tar.gz
spice-common-4bcb58cc9fb957235b5dc92c55c6a0e4c203733b.tar.xz
spice-common-4bcb58cc9fb957235b5dc92c55c6a0e4c203733b.zip
Properly parse QXLLineAttrs.style
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 e16250f..bd56eb2 100644
--- a/spice.proto
+++ b/spice.proto
@@ -536,7 +536,7 @@ struct LineAttr {
} u1 @anon;
switch (flags) {
case STYLED:
- fixed28_4 *style[style_nseg];
+ fixed28_4 *style[style_nseg] @c_ptr;
} u2 @anon;
};