diff options
author | mdejong <mdejong> | 2002-05-27 19:49:32 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-05-27 19:49:32 (GMT) |
commit | 6a4f24b098eed70f278a40916100f278bc7cf28a (patch) | |
tree | c8d844d5c5f3ed027f756101f23a272695a9befb /generic/tkStubInit.c | |
parent | f2ec5d37bb3e769fe75dd9a0ebd90ed8e5799864 (diff) | |
download | tk-6a4f24b098eed70f278a40916100f278bc7cf28a.zip tk-6a4f24b098eed70f278a40916100f278bc7cf28a.tar.gz tk-6a4f24b098eed70f278a40916100f278bc7cf28a.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 */ |