aboutsummaryrefslogtreecommitdiff
path: root/generic/Rectangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Rectangle.c')
-rw-r--r--generic/Rectangle.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/Rectangle.c b/generic/Rectangle.c
index b1be39f..c85dc98 100644
--- a/generic/Rectangle.c
+++ b/generic/Rectangle.c
@@ -849,6 +849,11 @@ static ItemClassStruct RECTANGLE_ITEM_CLASS = {
NULL, /* GetAnchor */
GetClipVertices,
Coords,
+ NULL, /* InsertChars */
+ NULL, /* DeleteChars */
+ NULL, /* Cursor */
+ NULL, /* Index */
+ NULL, /* Selection */
NULL, /* Contour */
ComputeCoordinates,
ToArea,