summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-09-23 01:08:11 (GMT)
committerhobbs <hobbs>2004-09-23 01:08:11 (GMT)
commit47b1101666a2edd687a9e61a79b85906ddba1da3 (patch)
treefd784f52acf31c941302f0a30a35e5a2dc79e215 /ChangeLog
parente84332a4539dcd07fbe9d2ac2488a670eb591928 (diff)
downloadtk-47b1101666a2edd687a9e61a79b85906ddba1da3.zip
tk-47b1101666a2edd687a9e61a79b85906ddba1da3.tar.gz
tk-47b1101666a2edd687a9e61a79b85906ddba1da3.tar.bz2
* win/tkWinInt.h (TkWinDisplayChanged): added decl
* win/tkWinX.c (TkWinDisplayChanged, TkpOpenDisplay): Correctly * win/tkWinWm.c (InvalidateSubTreeDepth, WmProc): handle color and screen resolution changes. Tested for 16/24/32 bpp changes on XP. May need more fixes for 8bpp switch, use of special colormaps, or other special palette handling cases. [Bug 223689]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c7b771..44113c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-09-22 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinInt.h (TkWinDisplayChanged): added decl
+ * win/tkWinX.c (TkWinDisplayChanged, TkpOpenDisplay): Correctly
+ * win/tkWinWm.c (InvalidateSubTreeDepth, WmProc): handle color
+ and screen resolution changes. Tested for 16/24/32 bpp changes on
+ XP. May need more fixes for 8bpp switch, use of special
+ colormaps, or other special palette handling cases. [Bug 223689]
+
2004-09-21 Mo DeJong <mdejong@users.sourceforge.net>
* generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.