diff options
Diffstat (limited to 'generic/Arc.c')
-rw-r--r-- | generic/Arc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/Arc.c b/generic/Arc.c index 797f671..a4f83d8 100644 --- a/generic/Arc.c +++ b/generic/Arc.c @@ -1588,7 +1588,7 @@ PostScript(Item item, static ItemClassStruct ARC_ITEM_CLASS = { sizeof(ArcItemStruct), False, /* has_fields */ - False, /* has_parts */ + 0, /* num_parts */ False, /* has_anchors */ "arc", arc_attrs, @@ -1605,6 +1605,7 @@ static ItemClassStruct ARC_ITEM_CLASS = { NULL, /* DeleteChars */ NULL, /* Cursor */ NULL, /* Index */ + NULL, /* Part */ NULL, /* Selection */ NULL, /* Contour */ ComputeCoordinates, |