diff options
author | hobbs <hobbs> | 2007-12-05 19:01:48 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-12-05 19:01:48 (GMT) |
commit | 7e7893fe4ebe4a4a67623d2fcf69d117cf4039dc (patch) | |
tree | 598e3f8ed33e715971ae7cb85e622b9b43603c1d /ChangeLog | |
parent | 43b261709d1778d45d80eb0bcce2dad20584f8b5 (diff) | |
download | tk-7e7893fe4ebe4a4a67623d2fcf69d117cf4039dc.zip tk-7e7893fe4ebe4a4a67623d2fcf69d117cf4039dc.tar.gz tk-7e7893fe4ebe4a4a67623d2fcf69d117cf4039dc.tar.bz2 |
* win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)
* win/tkWinX.c: and simplify WNDCLASS to one style.
* win/tkWinWm.c: Reduce wrapper update for exStyle to toolwindow
change only and set WS_EX_LAYERED as sticky (once set on a window,
do not remove it) to reduce alpha transition flicker.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-12-05 Jeff Hobbs <jeffh@ActiveState.com> + * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now) + * win/tkWinX.c: and simplify WNDCLASS to one style. + * win/tkWinWm.c: Reduce wrapper update for exStyle to toolwindow + change only and set WS_EX_LAYERED as sticky (once set on a window, + do not remove it) to reduce alpha transition flicker. + * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32 -loleaut32 but not msvc for Tk's [send]. [Bug 1844749] |