mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 22:55:30 +00:00
Properly parse QXLLineAttrs.style
This commit is contained in:
parent
0ed056da99
commit
2952d5bd9a
@ -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;
|
||||
};
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user