diff options
Diffstat (limited to 'generic/Icon.c')
-rw-r--r-- | generic/Icon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/Icon.c b/generic/Icon.c index 2497846..ea4ecfd 100644 --- a/generic/Icon.c +++ b/generic/Icon.c @@ -744,7 +744,7 @@ Coords(Item item, static ItemClassStruct ICON_ITEM_CLASS = { sizeof(IconItemStruct), False, /* has_fields */ - False, /* has_parts */ + 0, /* num_parts */ True, /* has_anchors */ "icon", icon_attrs, @@ -761,6 +761,7 @@ static ItemClassStruct ICON_ITEM_CLASS = { NULL, /* DeleteChars */ NULL, /* Cursor */ NULL, /* Index */ + NULL, /* Part */ NULL, /* Selection */ NULL, /* Contour */ ComputeCoordinates, |