summaryrefslogtreecommitdiff
path: root/spice1.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 /spice1.proto
parente37ce72809d4bf114ff69bf600d943b43e510137 (diff)
Properly parse QXLLineAttrs.style
Diffstat (limited to 'spice1.proto')
-rw-r--r--spice1.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice1.proto b/spice1.proto
index 7bbccb7..23ce9f1 100644
--- a/spice1.proto
+++ b/spice1.proto
@@ -493,7 +493,7 @@ struct LineAttr {
uint8 style_nseg;
fixed28_4 width @zero;
fixed28_4 miter_limit @zero;
- fixed28_4 *style[style_nseg];
+ fixed28_4 *style[style_nseg] @c_ptr;
};
struct RasterGlyphA1 {