diff options
author | das <das@noemail.net> | 2006-07-24 04:45:57 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-07-24 04:45:57 (GMT) |
commit | 094ba598fbb2ce5831835c73532bef980798de4d (patch) | |
tree | b7b0f5b913cd570fba09e71a0820fc310e9740f5 /ChangeLog | |
parent | c0a5f805b30b6ea8fc72c5aca3646c8f14e43b86 (diff) | |
download | tk-094ba598fbb2ce5831835c73532bef980798de4d.zip tk-094ba598fbb2ce5831835c73532bef980798de4d.tar.gz tk-094ba598fbb2ce5831835c73532bef980798de4d.tar.bz2 |
* macosx/tkMacOSXWm.c (TkWmMapWindow): fix incorrect values of wmInfo
parentWidth/Height for toplevels by recalculating them once the window
is mapped (i.e. once the window&structure sizes are known). [Bug 1358663]
(ParseGeometry): sync with ParseGeometry in tkUnixWm.c/tkWinWm.c.
FossilOrigin-Name: 2367230fe070eff0d3e2e882b73f345d9b65fbde
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-07-24 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXWm.c (TkWmMapWindow): fix incorrect values of wmInfo + parentWidth/Height for toplevels by recalculating them once the window + is mapped (i.e. once the window&structure sizes are known). [Bug 1358663] + (ParseGeometry): sync with ParseGeometry in tkUnixWm.c/tkWinWm.c. + 2006-07-21 Daniel Steffen <das@users.sourceforge.net> * generic/tkBind.c (TkBindInit): for REDO_KEYSYM_LOOKUP, change |