diff options
-rw-r--r-- | spice/draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spice/draw.h b/spice/draw.h index c64ab1a..b8432a9 100644 --- a/spice/draw.h +++ b/spice/draw.h @@ -246,7 +246,7 @@ typedef struct SPICE_ATTR_PACKED SpiceBlackness { typedef struct SPICE_ATTR_PACKED SpiceLineAttr { uint8_t flags; uint8_t style_nseg; - SPICE_ADDRESS style; //data[0] ? + SPICE_FIXED28_4 *style; } SpiceLineAttr; typedef struct SPICE_ATTR_PACKED SpiceStroke { |