From b353c7791bc5b67d16393d331ea8352a0630dff0 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 5 Nov 2002 09:19:34 +0000 Subject: Ajout de controls a la methode Coords --- generic/Map.c | 1 + generic/Reticle.c | 1 + generic/Track.c | 1 + 3 files changed, 3 insertions(+) diff --git a/generic/Map.c b/generic/Map.c index db3c5b5..ae1bbb2 100644 --- a/generic/Map.c +++ b/generic/Map.c @@ -1542,6 +1542,7 @@ Coords(Item item, int index, int cmd, ZnPoint **pts, + char **controls, int *num_pts) { Tcl_AppendResult(item->wi->interp, diff --git a/generic/Reticle.c b/generic/Reticle.c index 7414e8f..9fa9616 100644 --- a/generic/Reticle.c +++ b/generic/Reticle.c @@ -523,6 +523,7 @@ Coords(Item item, int index, int cmd, ZnPoint **pts, + char **controls, int *num_pts) { ReticleItem reticle = (ReticleItem) item; diff --git a/generic/Track.c b/generic/Track.c index 25b87ae..ab3a79e 100644 --- a/generic/Track.c +++ b/generic/Track.c @@ -2010,6 +2010,7 @@ Coords(Item item, int index, int cmd, ZnPoint **pts, + char **controls, int *num_pts) { TrackItem track = (TrackItem) item; -- cgit v1.1