diff options
author | hobbs <hobbs> | 2004-09-23 01:08:11 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-09-23 01:08:11 (GMT) |
commit | 1709b7b141a400dba7c70616c6a6d46cb0ceaea0 (patch) | |
tree | fd784f52acf31c941302f0a30a35e5a2dc79e215 /ChangeLog | |
parent | a25c5763f281dd91e24bcdff1ef95473cca5eb0f (diff) | |
download | tk-1709b7b141a400dba7c70616c6a6d46cb0ceaea0.zip tk-1709b7b141a400dba7c70616c6a6d46cb0ceaea0.tar.gz tk-1709b7b141a400dba7c70616c6a6d46cb0ceaea0.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-21 Mo DeJong <mdejong@users.sourceforge.net> * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme. |