diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-03 13:01:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-03 13:01:22 (GMT) |
commit | 23168c6a007fbb6ce29be0d45d1f043528d207eb (patch) | |
tree | cf7ff7b2af8c50787a980b4fd8086134b46c7680 /win/tkWinInt.h | |
parent | 4e443756225e0c9249ce210e9e23bb48e53aee68 (diff) | |
parent | d0f56684e57c15c590975be1a7f608b170a3ee40 (diff) | |
download | tk-23168c6a007fbb6ce29be0d45d1f043528d207eb.zip tk-23168c6a007fbb6ce29be0d45d1f043528d207eb.tar.gz tk-23168c6a007fbb6ce29be0d45d1f043528d207eb.tar.bz2 |
Merge 8.6
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r-- | win/tkWinInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h index c1b0658..7e3119e 100644 --- a/win/tkWinInt.h +++ b/win/tkWinInt.h @@ -185,6 +185,7 @@ MODULE_SCOPE void TkWinSetupSystemFonts(TkMainInfo *mainPtr); #define TK_THEME_WIN_CLASSIC 1 #define TK_THEME_WIN_XP 2 +#define TK_THEME_WIN_VISTA 3 /* * The following is implemented in tkWinWm and used by tkWinEmbed.c |