From a29924752c636cd1777747fe532398e687e08f49 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 8 Apr 2002 13:46:18 +0000 Subject: Ajustements suite a la restructuration de Item.c et � la creation de Field.c --- generic/Reticle.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'generic/Reticle.c') diff --git a/generic/Reticle.c b/generic/Reticle.c index 6d67d9f..a256588 100644 --- a/generic/Reticle.c +++ b/generic/Reticle.c @@ -201,7 +201,8 @@ Configure(Item item, Tcl_Obj *CONST argv[], int *flags) { - if (ITEM_P.ConfigureAttributes((char *)item, -1, argc, argv, flags) == ZN_ERROR) { + if (ZnConfigureAttributes(item->wi, item, reticle_attrs, + argc, argv, flags) == ZN_ERROR) { return ZN_ERROR; } @@ -221,7 +222,7 @@ Query(Item item, int argc, Tcl_Obj *CONST argv[]) { - if (ITEM_P.QueryAttribute((char *) item, -1, argv[0]) == ZN_ERROR) { + if (ZnQueryAttribute(item->wi, item, reticle_attrs, argv[0]) == ZN_ERROR) { return ZN_ERROR; } -- cgit v1.1