summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-09-23 01:49:07 (GMT)
committerhobbs <hobbs>2004-09-23 01:49:07 (GMT)
commit68271be9690735d4117ea37b838e775048e00b35 (patch)
tree082275483534361f0abebfef5eecb5b09f5e60e8 /ChangeLog
parenta5886e42f370fd93341943130884c3f271c4d119 (diff)
downloadtk-68271be9690735d4117ea37b838e775048e00b35.zip
tk-68271be9690735d4117ea37b838e775048e00b35.tar.gz
tk-68271be9690735d4117ea37b838e775048e00b35.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 3eb4d79..be7bfd4 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-22 Mo DeJong <mdejong@users.sourceforge.net>
* generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.