summaryrefslogtreecommitdiffstats
path: root/generic/tkWindow.c
diff options
context:
space:
mode:
authorpspjuth <peter.spjuth@gmail.com>2002-07-25 21:35:22 (GMT)
committerpspjuth <peter.spjuth@gmail.com>2002-07-25 21:35:22 (GMT)
commit22fb9c3984a951a4a75220e1baddb688801e15ef (patch)
tree608ffc6660502cadb5242627b23a9954ae489a14 /generic/tkWindow.c
parentc405da7b48b5b98e265a61df3590913ebc571bdd (diff)
downloadtk-22fb9c3984a951a4a75220e1baddb688801e15ef.zip
tk-22fb9c3984a951a4a75220e1baddb688801e15ef.tar.gz
tk-22fb9c3984a951a4a75220e1baddb688801e15ef.tar.bz2
Objectifed wm. [Patch #564521]
Diffstat (limited to 'generic/tkWindow.c')
-rw-r--r--generic/tkWindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkWindow.c b/generic/tkWindow.c
index 187dce4..1cd3f7f 100644
--- a/generic/tkWindow.c
+++ b/generic/tkWindow.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWindow.c,v 1.50 2002/06/19 19:37:54 mdejong Exp $
+ * RCS: @(#) $Id: tkWindow.c,v 1.51 2002/07/25 21:35:22 pspjuth Exp $
*/
#include "tkPort.h"
@@ -127,7 +127,7 @@ static TkCmd commands[] = {
#endif
{"update", NULL, Tk_UpdateObjCmd, 1, 1},
{"winfo", NULL, Tk_WinfoObjCmd, 1, 1},
- {"wm", Tk_WmCmd, NULL, 0, 1},
+ {"wm", NULL, Tk_WmObjCmd, 0, 1},
/*
* Widget class commands.