diff options
author | mdejong <mdejong> | 2002-05-27 19:49:32 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-05-27 19:49:32 (GMT) |
commit | c8819e76e7654e50e4c761a04082a17fea13af2a (patch) | |
tree | c8d844d5c5f3ed027f756101f23a272695a9befb /generic/tkStubInit.c | |
parent | 717618cf1c5064691abc8e4c200af7c109d688a9 (diff) | |
download | tk-c8819e76e7654e50e4c761a04082a17fea13af2a.zip tk-c8819e76e7654e50e4c761a04082a17fea13af2a.tar.gz tk-c8819e76e7654e50e4c761a04082a17fea13af2a.tar.bz2 |
* generic/tkInt.decls: Add unix decl for TkpWmSetState.
* generic/tkIntPlatDecls.h: Regen.
* generic/tkStubInit.c: Regen.
* tests/wm.test: Test state changes between iconic,
normal, and withdrawn both before and after initial
mapping.
* unix/tkUnixWm.c (Tk_WmCmd, TkpWmSetState): Move
state change code into TkpWmSetState to more closely
match the Win32 implementation. No functional changes.
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index 848fe96..cebe2ad 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkStubInit.c,v 1.32 2002/04/12 10:10:48 hobbs Exp $ + * RCS: @(#) $Id: tkStubInit.c,v 1.33 2002/05/27 19:49:32 mdejong Exp $ */ #include "tkInt.h" @@ -290,6 +290,7 @@ TkIntPlatStubs tkIntPlatStubs = { TkWmCleanup, /* 9 */ TkSendCleanup, /* 10 */ TkFreeXId, /* 11 */ + TkpWmSetState, /* 12 */ #endif /* UNIX */ #ifdef __WIN32__ TkAlignImageData, /* 0 */ |