summaryrefslogtreecommitdiff
path: root/spice
diff options
context:
space:
mode:
Diffstat (limited to 'spice')
-rw-r--r--spice/draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice/draw.h b/spice/draw.h
index 475a58a..da748ef 100644
--- a/spice/draw.h
+++ b/spice/draw.h
@@ -71,7 +71,7 @@ typedef struct SPICE_ATTR_PACKED SpicePathSeg {
} SpicePathSeg;
typedef struct SPICE_ATTR_PACKED SpicePath {
- uint32_t size;
+ uint32_t num_segments;
SpicePathSeg segments[0]; /* alert: variable size elements */
} SpicePath;