diff options
author | mdejong <mdejong> | 2004-09-15 04:02:55 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2004-09-15 04:02:55 (GMT) |
commit | f614b7b595c28a0f7e7fe566ddbec9d898d839f5 (patch) | |
tree | 2445768b26d721917ce7a30446bfab2eb23633b2 /ChangeLog | |
parent | 5fd6d4b4dd95ccdc961074ad3a481669631db77a (diff) | |
download | tk-f614b7b595c28a0f7e7fe566ddbec9d898d839f5.zip tk-f614b7b595c28a0f7e7fe566ddbec9d898d839f5.tar.gz tk-f614b7b595c28a0f7e7fe566ddbec9d898d839f5.tar.bz2 |
* win/tkWinWm.c (WmIconwindowCmd): Replace bogus
call to XWithdrawWindow with proper code. This
avoids a "couldn't send withdraw message to window manager"
error when the iconwindow is already mapped.
The wm iconwindow command does not seem to do much
under Win32, but at least this avoids an error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-09-14 Mo DeJong <mdejong@users.sourceforge.net> + + * win/tkWinWm.c (WmIconwindowCmd): Replace bogus + call to XWithdrawWindow with proper code. This + avoids a "couldn't send withdraw message to window manager" + error when the iconwindow is already mapped. + The wm iconwindow command does not seem to do much + under Win32, but at least this avoids an error message. + 2004-09-13 Jeff Hobbs <jeffh@ActiveState.com> * win/tkWinWm.c (ReadIconFromFile): fix mem alloc to get the right |