summaryrefslogtreecommitdiffstats
path: root/spice1.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 12:43:33 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 12:43:33 +0200
commit31d2d6e4e485f1addece7139c82b4f3e64b1bd91 (patch)
treeb7493ed75a5a5805023b2859809ad188ea8633d9 /spice1.proto
parentfe4f90210f492b8818af33dd1824c09295631c73 (diff)
downloadspice-31d2d6e4e485f1addece7139c82b4f3e64b1bd91.tar.gz
spice-31d2d6e4e485f1addece7139c82b4f3e64b1bd91.tar.xz
spice-31d2d6e4e485f1addece7139c82b4f3e64b1bd91.zip
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 7bbccb7f..23ce9f1c 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 {