diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-30 09:14:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-30 09:14:07 (GMT) |
commit | f4100056684d979d40a779b3912f14ef3a3c324b (patch) | |
tree | 8a3f8ca9d37a29400ec8c19541e493cc153ea175 /macosx | |
parent | 4a1679f7ed1fc9fc11aa1d131349ab3584ec1cb6 (diff) | |
parent | 1e639f454d400f59c76463b1e9087974a6e827e0 (diff) | |
download | tk-f4100056684d979d40a779b3912f14ef3a3c324b.zip tk-f4100056684d979d40a779b3912f14ef3a3c324b.tar.gz tk-f4100056684d979d40a779b3912f14ef3a3c324b.tar.bz2 |
merge core-8-6-branch
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXWm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index f51240f..d94ed12 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -4678,7 +4678,7 @@ TkWmRestackToplevel( WmInfo *wmPtr = winPtr->wmInfoPtr; int macAboveBelow = (aboveBelow == Above ? NSWindowAbove : NSWindowBelow); int otherNumber = 0; /* 0 will be used when otherPtr is NULL. */ - + /* * If the Tk windows has no drawable, or is withdrawn do nothing. */ |