aboutsummaryrefslogtreecommitdiff
path: root/generic/Window.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Window.c')
-rw-r--r--generic/Window.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/Window.c b/generic/Window.c
index 9cc8e7f..cbe37cd 100644
--- a/generic/Window.c
+++ b/generic/Window.c
@@ -175,9 +175,9 @@ static Tk_GeomMgr wind_geom_type = {
**********************************************************************************
*/
static int
-Init(Item item,
- int *argc,
- Arg **args)
+Init(Item item,
+ int *argc,
+ Tcl_Obj *CONST *args[])
{
WindowItem wind = (WindowItem) item;
@@ -255,7 +255,7 @@ Destroy(Item item)
static int
Configure(Item item,
int argc,
- ZnAttrList argv,
+ Tcl_Obj *CONST argv[],
int *flags)
{
WindowItem wind = (WindowItem) item;
@@ -319,7 +319,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;