diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-09-28 10:42:31 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-09-28 10:42:31 (GMT) |
commit | ccdd8d3ab00162ae1628413134fbda50e17212e9 (patch) | |
tree | ac49bac7b0a5b38a5c7103eb9cfe0c6a7caf8afc /generic/tkInt.h | |
parent | 52f37b7b2bdb8369bd206d66ad5b4c499daebf7c (diff) | |
parent | 35c5d43f01e2ff6e8cc9f7585adceb7bcbbbbcf9 (diff) | |
download | tk-ccdd8d3ab00162ae1628413134fbda50e17212e9.zip tk-ccdd8d3ab00162ae1628413134fbda50e17212e9.tar.gz tk-ccdd8d3ab00162ae1628413134fbda50e17212e9.tar.bz2 |
Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, lime, olive, silver and teal), part of TIP #403
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index c30eceb..9a36e1e 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -971,6 +971,8 @@ MODULE_SCOPE TkMainInfo *tkMainWindowList; MODULE_SCOPE Tk_ImageType tkPhotoImageType; MODULE_SCOPE Tcl_HashTable tkPredefBitmapTable; +MODULE_SCOPE CONST char *const tkWebColors[20]; + #include "tkIntDecls.h" #ifdef BUILD_tk |