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