diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-12-10 12:10:09 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-12-10 12:10:09 (GMT) |
commit | 7286a3c852accb1dab02058ed762a80d970ec7d7 (patch) | |
tree | 71460b05c6e05a94a7d8fcfcde08dee0d8ff0576 /ChangeLog | |
parent | 07d529beffc9cd3f7e50d532f77dd47ca2bd6234 (diff) | |
download | tk-7286a3c852accb1dab02058ed762a80d970ec7d7.zip tk-7286a3c852accb1dab02058ed762a80d970ec7d7.tar.gz tk-7286a3c852accb1dab02058ed762a80d970ec7d7.tar.bz2 |
We must specify the lowest Windows version we
intend to support. In particular the SystemParametersInfo API
doesn't like to receive structures that are larger than it expects
which affects the font assignements. Set to Win98 support.
Handle failure to read the system parameters.
This causes ttk/fonts.tcl to set any missing named fonts.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2007-12-10 Pat Thoyts <patthoyts@users.sourceforge.net> + * win/tkWin.h: We must specify the lowest Windows version we + intend to support. In particular the SystemParametersInfo API + doesn't like to receive structures that are larger than it expects + which affects the font assignements. Set to Win98 support. + + * win/tkWinFont.c: Handle failure to read the system parameters. + This causes ttk/fonts.tcl to set any missing named fonts. + * win/ttkWinMonitor.c: Only tkWin.h should include windows.h * win/ttkWinTheme.c: unless we have an explicit override of * tin/ttkWinXPTheme.c: the WINVER macro. |