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/Rectangle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generic/Rectangle.c') diff --git a/generic/Rectangle.c b/generic/Rectangle.c index e77f620..d17b62c 100644 --- a/generic/Rectangle.c +++ b/generic/Rectangle.c @@ -302,7 +302,7 @@ Configure(Item item, XColor *color; int alpha; - status = ITEM_P.ConfigureAttributes((char *) item, -1, argc, argv, flags); + status = ZnConfigureAttributes(wi, item, rect_attrs, argc, argv, flags); if (rect->gradient && (ISSET(*flags, ZN_BORDER_FLAG) || (rect->relief == RELIEF_FLAT))) { @@ -340,7 +340,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, rect_attrs, argv[0]) == ZN_ERROR) { return ZN_ERROR; } -- cgit v1.1