diff options
Diffstat (limited to 'spice/draw.h')
-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 abf778f..d617b30 100644 --- a/spice/draw.h +++ b/spice/draw.h @@ -72,7 +72,7 @@ typedef struct SPICE_ATTR_PACKED SpicePathSeg { typedef struct SPICE_ATTR_PACKED SpicePath { uint32_t num_segments; - SpicePathSeg segments[0]; /* alert: variable size elements */ + uint32_t segments[0]; /* really SpicePathSeg, alert: variable size elements */ } SpicePath; typedef struct SPICE_ATTR_PACKED SpiceClipRects { |