aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorlecoanet2000-05-26 08:42:22 +0000
committerlecoanet2000-05-26 08:42:22 +0000
commit2a2ab8eca8e3b16586d36a0589ea93931676198a (patch)
treee45d0bc3faa06255119310b1aeee77e878886dce /generic
parentbff873a6d9fb61d8931d3b9b65371eca56ad2465 (diff)
downloadtkzinc-2a2ab8eca8e3b16586d36a0589ea93931676198a.zip
tkzinc-2a2ab8eca8e3b16586d36a0589ea93931676198a.tar.gz
tkzinc-2a2ab8eca8e3b16586d36a0589ea93931676198a.tar.bz2
tkzinc-2a2ab8eca8e3b16586d36a0589ea93931676198a.tar.xz
Mise � jour de la structure de classe.
Diffstat (limited to 'generic')
-rw-r--r--generic/Track.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/generic/Track.c b/generic/Track.c
index b3051db..45a13ef 100644
--- a/generic/Track.c
+++ b/generic/Track.c
@@ -1682,6 +1682,11 @@ static ItemClassStruct TRACK_ITEM_CLASS = {
GetAnchor,
NULL, /* GetClipVertices */
Coords,
+ NULL, /* InsertChars */
+ NULL, /* DeleteChars */
+ NULL, /* Cursor */
+ NULL, /* Index */
+ NULL, /* Selection */
NULL, /* Contour */
ComputeCoordinates,
ToArea,
@@ -1708,6 +1713,11 @@ static ItemClassStruct WAY_POINT_ITEM_CLASS = {
GetAnchor,
NULL, /* GetClipVertices */
Coords,
+ NULL, /* InsertChars */
+ NULL, /* DeleteChars */
+ NULL, /* Cursor */
+ NULL, /* Index */
+ NULL, /* Selection */
NULL, /* Contour */
ComputeCoordinates,
ToArea,