From 209deb7ffa30a6826df82015384c7e671cfe0427 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 26 May 2000 08:14:47 +0000 Subject: Modif de la structure de classe pour l'ajout des nouvelles m�thodes. --- Bezier.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Bezier.c') diff --git a/Bezier.c b/Bezier.c index b966593..5ad1230 100644 --- a/Bezier.c +++ b/Bezier.c @@ -1125,6 +1125,11 @@ static ItemClassStruct BEZIER_ITEM_CLASS = { NULL, GetClipVertices, Coords, + NULL, /* InsertChars */ + NULL, /* DeleteChars */ + NULL, /* Cursor */ + NULL, /* Index */ + NULL, /* Selection */ NULL, /* Contour */ ComputeCoordinates, ToArea, -- cgit v1.1