diff options
author | hobbs <hobbs> | 2004-09-23 01:49:07 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-09-23 01:49:07 (GMT) |
commit | 68271be9690735d4117ea37b838e775048e00b35 (patch) | |
tree | 082275483534361f0abebfef5eecb5b09f5e60e8 /ChangeLog | |
parent | a5886e42f370fd93341943130884c3f271c4d119 (diff) | |
download | tk-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |