aboutsummaryrefslogtreecommitdiff
path: root/Bezier.c
diff options
context:
space:
mode:
Diffstat (limited to 'Bezier.c')
-rw-r--r--Bezier.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bezier.c b/Bezier.c
index 3ac35f5..b5b505f 100644
--- a/Bezier.c
+++ b/Bezier.c
@@ -397,7 +397,7 @@ Configure(Item item,
XColor *color;
int alpha;
- status = ITEM_P.ConfigureAttributes((char *) item, -1, argc, argv, flags);
+ status = ZnConfigureAttributes(wi, item, bz_attrs, argc, argv, flags);
if (bz->gradient &&
(ISSET(*flags, ZN_BORDER_FLAG) || (bz->relief == RELIEF_FLAT))) {
@@ -435,7 +435,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, bz_attrs, argv[0]) == ZN_ERROR) {
return ZN_ERROR;
}