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/Triangles.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generic/Triangles.c') diff --git a/generic/Triangles.c b/generic/Triangles.c index 92827d7..70287f3 100644 --- a/generic/Triangles.c +++ b/generic/Triangles.c @@ -240,7 +240,7 @@ Configure(Item item, { int status = ZN_OK; - status = ITEM_P.ConfigureAttributes((char *) item, -1, argc, argv, flags); + status = ZnConfigureAttributes(item->wi, item, tr_attrs, argc, argv, flags); return status; } @@ -258,7 +258,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, tr_attrs, argv[0]) == ZN_ERROR) { return ZN_ERROR; } -- cgit v1.1