diff options
author | hobbs <hobbs> | 2001-12-13 01:58:46 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-12-13 01:58:46 (GMT) |
commit | 0237d96dcf280293c2df424bca568c9023ffe783 (patch) | |
tree | c7a3da59c9c93b9c7fab3386f81f3cae5f7676c2 /unix/tkUnixWm.c | |
parent | 5f54c2f4342788c459acb85f53c7bb5a847de086 (diff) | |
download | tk-0237d96dcf280293c2df424bca568c9023ffe783.zip tk-0237d96dcf280293c2df424bca568c9023ffe783.tar.gz tk-0237d96dcf280293c2df424bca568c9023ffe783.tar.bz2 |
(TkWmStackorderToplevelWrapperMap): added static
Diffstat (limited to 'unix/tkUnixWm.c')
-rw-r--r-- | unix/tkUnixWm.c | 5 |
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 */ |