Properly parse QXLLineAttrs.style

This commit is contained in:
Alexander Larsson 2010-07-08 12:43:33 +02:00 committed by Marc-André Lureau
parent 0ed056da99
commit 2952d5bd9a
2 changed files with 2 additions and 2 deletions

View File

@ -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;
};

View File

@ -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 {