summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixWm.c
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-12-13 01:58:46 (GMT)
committerhobbs <hobbs>2001-12-13 01:58:46 (GMT)
commit0237d96dcf280293c2df424bca568c9023ffe783 (patch)
treec7a3da59c9c93b9c7fab3386f81f3cae5f7676c2 /unix/tkUnixWm.c
parent5f54c2f4342788c459acb85f53c7bb5a847de086 (diff)
downloadtk-0237d96dcf280293c2df424bca568c9023ffe783.zip
tk-0237d96dcf280293c2df424bca568c9023ffe783.tar.gz
tk-0237d96dcf280293c2df424bca568c9023ffe783.tar.bz2
(TkWmStackorderToplevelWrapperMap): added static
Diffstat (limited to 'unix/tkUnixWm.c')
-rw-r--r--unix/tkUnixWm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c
index f0ee0b9..d03fb43 100644
--- a/unix/tkUnixWm.c
+++ b/unix/tkUnixWm.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: tkUnixWm.c,v 1.10 2001/12/04 03:07:43 mdejong Exp $
+ * RCS: @(#) $Id: tkUnixWm.c,v 1.11 2001/12/13 01:58:46 hobbs Exp $
*/
#include "tkPort.h"
@@ -4186,7 +4186,8 @@ TkWmProtocolEventProc(winPtr, eventPtr)
*
*----------------------------------------------------------------------
*/
-void
+
+static void
TkWmStackorderToplevelWrapperMap(winPtr, table)
TkWindow *winPtr; /* TkWindow to recurse on */
Tcl_HashTable *table; /* Maps X id to TkWindow */