diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-04-30 14:46:35 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-04-30 14:46:35 (GMT) |
commit | 8b471dcf8badc7f4dabdd8c68a5cca30f8c6a62f (patch) | |
tree | 1ad3ffe9bde781eee31e292f8004d61fb80af565 /ChangeLog | |
parent | 02c571dcf1eef45ba11f58cc29af6b9c592b4327 (diff) | |
download | tk-8b471dcf8badc7f4dabdd8c68a5cca30f8c6a62f.zip tk-8b471dcf8badc7f4dabdd8c68a5cca30f8c6a62f.tar.gz tk-8b471dcf8badc7f4dabdd8c68a5cca30f8c6a62f.tar.bz2 |
[Patch 2504402] Create icon bitmaps as device independent bitmaps.
This ensures the icon can be drawn properly on various colour depth
surfaces - in particular it fixes a problem with remote desktop and
looks better in the vista task switching overlay. (cjmcdonald)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-04-30 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/tkWinWm.c: [Patch 2504402] Create icon bitmaps as device + independent bitmaps. This ensures the icon can be drawn properly + on various colour depth surfaces - in particular it fixes a + problem with remote desktop and looks better in the vista task + switching overlay. (cjmcdonald) + 2009-04-30 Donal K. Fellows <dkf@users.sf.net> * win/tkWinPixmap.c (Tk_GetPixmap): [Bug 2080533]: Added patch that |