diff options
author | das <das> | 2006-07-24 04:45:51 (GMT) |
---|---|---|
committer | das <das> | 2006-07-24 04:45:51 (GMT) |
commit | 5bbf5d1e813c27bddae0dc2fb01ea1234fece503 (patch) | |
tree | 74b6a01f1a1e943c3b3f23562a8ada8b3ef3e66e /ChangeLog | |
parent | 03510687cbe34c858fbf52009d74bd8ce0584d74 (diff) | |
download | tk-5bbf5d1e813c27bddae0dc2fb01ea1234fece503.zip tk-5bbf5d1e813c27bddae0dc2fb01ea1234fece503.tar.gz tk-5bbf5d1e813c27bddae0dc2fb01ea1234fece503.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.
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 |