summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authormdejong <mdejong>2002-05-23 19:55:17 (GMT)
committermdejong <mdejong>2002-05-23 19:55:17 (GMT)
commit7232648b41b68bdd036d35aed2b081ba08809e55 (patch)
treee08af2a029c21a0e9c9134497d082986cc298a42 /mac
parent3009398fd48768c0775ee9fc23a4d8982abc758f (diff)
downloadtk-7232648b41b68bdd036d35aed2b081ba08809e55.zip
tk-7232648b41b68bdd036d35aed2b081ba08809e55.tar.gz
tk-7232648b41b68bdd036d35aed2b081ba08809e55.tar.bz2
* mac/tkMacWm.c (TkWmStackorderToplevelWrapperMap):
* tests/wm.test: Add embedded Window test case for the stackorder command. * unix/tkUnixWm.c (TkWmStackorderToplevelWrapperMap): * win/tkWinWm.c (TkWmStackorderToplevelWrapperMap): Ignore embedded windows during wm stackorder command.
Diffstat (limited to 'mac')
-rw-r--r--mac/tkMacWm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mac/tkMacWm.c b/mac/tkMacWm.c
index 8e1e677..1d2a8c5 100644
--- a/mac/tkMacWm.c
+++ b/mac/tkMacWm.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacWm.c,v 1.15 2002/04/10 19:39:01 mdejong Exp $
+ * RCS: @(#) $Id: tkMacWm.c,v 1.16 2002/05/23 19:55:18 mdejong Exp $
*/
#include <Gestalt.h>
@@ -3047,7 +3047,8 @@ TkWmStackorderToplevelWrapperMap(winPtr, table)
WindowPeek wrapper;
int newEntry;
- if (Tk_IsMapped(winPtr) && Tk_IsTopLevel(winPtr)) {
+ if (Tk_IsMapped(winPtr) && Tk_IsTopLevel(winPtr) &&
+ !Tk_IsEmbedded(winPtr)) {
wrapper = (WindowPeek) TkMacGetDrawablePort(winPtr->window);
hPtr = Tcl_CreateHashEntry(table,