summaryrefslogtreecommitdiffstats
path: root/generic/tkWindow.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-08-06 18:29:40 (GMT)
committerdgp <dgp@noemail.net>2001-08-06 18:29:40 (GMT)
commit8675c913c08fc814ca6a16a977e1296befbd48e3 (patch)
treefa98226795efcc73911ec0bd548c0a6f13abdf8e /generic/tkWindow.c
parentbdefdef84ffd54432eb8e0120dc713bd5e0781e4 (diff)
downloadtk-8675c913c08fc814ca6a16a977e1296befbd48e3.zip
tk-8675c913c08fc814ca6a16a977e1296befbd48e3.tar.gz
tk-8675c913c08fc814ca6a16a977e1296befbd48e3.tar.bz2
* TIP 44 changes specific to the Mac and
Windows platforms that were overlooked before: tkOpenDocument, tkConsoleExit, tkConsoleOutput, unsupported1 out of namespace :: . Thanks to Vince Darley for prompting another look. FossilOrigin-Name: 20c53b8dcbe3b61bce26e88cd3f0c43016b37aa3
Diffstat (limited to 'generic/tkWindow.c')
-rw-r--r--generic/tkWindow.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tkWindow.c b/generic/tkWindow.c
index 522df47..3c83daa 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.31 2001/07/03 05:59:50 hobbs Exp $
+ * RCS: @(#) $Id: tkWindow.c,v 1.32 2001/08/06 18:29:41 dgp Exp $
*/
#include "tkPort.h"
@@ -154,7 +154,8 @@ static TkCmd commands[] = {
*/
#ifdef MAC_TCL
- {"unsupported1", TkUnsupported1Cmd, NULL, 1, 1},
+ {"::tk::unsupported::MacWindowStyle",
+ TkUnsupported1Cmd, NULL, 1, 1},
#endif
{(char *) NULL, (int (*) _ANSI_ARGS_((ClientData, Tcl_Interp *, int, char **))) NULL, NULL, 0}
};