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/Window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generic/Window.c') diff --git a/generic/Window.c b/generic/Window.c index 978e9e6..a380026 100644 --- a/generic/Window.c +++ b/generic/Window.c @@ -265,7 +265,7 @@ Configure(Item item, old_connected = item->connected_item; old_win = wind->win; - if (ITEM_P.ConfigureAttributes((char *) item, -1, argc, argv, flags) == ZN_ERROR) { + if (ZnConfigureAttributes(wi, item, wind_attrs, argc, argv, flags) == ZN_ERROR) { return ZN_ERROR; } @@ -321,7 +321,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, wind_attrs, argv[0]) == ZN_ERROR) { return ZN_ERROR; } -- cgit v1.1