diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-11-03 15:42:42 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-11-03 15:42:42 (GMT) |
commit | a8bab9eb1e04cd0aaacb9b37f55133b44e1b4052 (patch) | |
tree | 6317fe21d1080ecc06b6076d4f66c7e40c1a9c0e /ChangeLog | |
parent | b1d837cc1a4b0654ab78b3380989e5539c654bb5 (diff) | |
download | tk-a8bab9eb1e04cd0aaacb9b37f55133b44e1b4052.zip tk-a8bab9eb1e04cd0aaacb9b37f55133b44e1b4052.tar.gz tk-a8bab9eb1e04cd0aaacb9b37f55133b44e1b4052.tar.bz2 |
We do not want to require tkInt in all the ttk files so added the
definition of MODULE_SCOPE to ttkTheme.h Ensure everyone gets to see
the definition from someplace.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-11-03 Pat Thoyts <patthoyts@users.sourceforge.net> + * generic/ttk/ttkLayout.c: We do not want to require tkInt in + * generic/ttk/ttkMananager.h: all the ttk files so added the + * generic/ttk/ttkTheme.h: definition of MODULE_SCOPE to + * generic/ttk/ttkWinMonitor.c: ttkTheme.h Ensure everyone + gets to see the definition from someplace. + * library/ttk/fonts.tcl: In a safe interp there is no osVersion field in tcl_platform so work around it. |