aboutsummaryrefslogtreecommitdiff
path: root/generic/Rectangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Rectangle.c')
-rw-r--r--generic/Rectangle.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/Rectangle.c b/generic/Rectangle.c
index f31b96f..9f3a69a 100644
--- a/generic/Rectangle.c
+++ b/generic/Rectangle.c
@@ -808,7 +808,7 @@ Coords(Item item,
static ItemClassStruct RECTANGLE_ITEM_CLASS = {
sizeof(RectangleItemStruct),
False, /* has_fields */
- False, /* has_parts */
+ 0, /* num_parts */
False, /* has_anchors */
"rectangle",
rect_attrs,
@@ -825,6 +825,7 @@ static ItemClassStruct RECTANGLE_ITEM_CLASS = {
NULL, /* DeleteChars */
NULL, /* Cursor */
NULL, /* Index */
+ NULL, /* Part */
NULL, /* Selection */
NULL, /* Contour */
ComputeCoordinates,