aboutsummaryrefslogtreecommitdiff
path: root/generic/Map.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Map.c')
-rw-r--r--generic/Map.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/Map.c b/generic/Map.c
index 66587ea..edd29f5 100644
--- a/generic/Map.c
+++ b/generic/Map.c
@@ -195,9 +195,9 @@ FreeLists(MapItem map)
**********************************************************************************
*/
static int
-Init(Item item,
- int *argc,
- Arg **args)
+Init(Item item,
+ int *argc,
+ Tcl_Obj *CONST *args[])
{
MapItem map = (MapItem) item;
WidgetInfo *wi = item->wi;
@@ -370,7 +370,7 @@ Destroy(Item item)
static int
Configure(Item item,
int argc,
- ZnAttrList argv,
+ Tcl_Obj *CONST argv[],
int *flags)
{
WidgetInfo *wi = item->wi;
@@ -419,7 +419,7 @@ Configure(Item item,
static int
Query(Item item,
int argc,
- ZnAttrList argv)
+ Tcl_Obj *CONST argv[])
{
if (ITEM_P.QueryAttribute((char *) item, -1, argv[0]) == ZN_ERROR) {
return ZN_ERROR;