summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2002-05-27 19:49:31 (GMT)
committermdejong <mdejong@noemail.net>2002-05-27 19:49:31 (GMT)
commit44e064c68166e75da4a604a0b212b15855b266ae (patch)
treec8d844d5c5f3ed027f756101f23a272695a9befb /generic/tkInt.decls
parent0fb2fd858aa678a964372afd4bbeeded16d458a7 (diff)
downloadtk-44e064c68166e75da4a604a0b212b15855b266ae.zip
tk-44e064c68166e75da4a604a0b212b15855b266ae.tar.gz
tk-44e064c68166e75da4a604a0b212b15855b266ae.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. FossilOrigin-Name: 4f8883ed4b1b2d41c7beed32ab103ff4b8a2f0c6
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls6
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index c874a26..64ea04b 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -9,7 +9,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tkInt.decls,v 1.25 2002/04/12 10:10:48 hobbs Exp $
+# RCS: @(#) $Id: tkInt.decls,v 1.26 2002/05/27 19:49:32 mdejong Exp $
library tk
@@ -715,6 +715,10 @@ declare 11 unix {
void TkFreeXId (TkDisplay *dispPtr)
}
+declare 12 unix {
+ int TkpWmSetState (TkWindow *winPtr, int state)
+}
+
############################
# Windows specific functions