summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-09-28 10:42:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-09-28 10:42:31 (GMT)
commit909217df3c0c2f0f162731db5d8cd8f36c00c6e5 (patch)
treeac49bac7b0a5b38a5c7103eb9cfe0c6a7caf8afc /generic/tkInt.h
parent0e0d9b0e10ba2a3152820bae02018b0cd17fcb42 (diff)
parentca628a3dcc069bbebb21f385893a43cca232ae7d (diff)
downloadtk-909217df3c0c2f0f162731db5d8cd8f36c00c6e5.zip
tk-909217df3c0c2f0f162731db5d8cd8f36c00c6e5.tar.gz
tk-909217df3c0c2f0f162731db5d8cd8f36c00c6e5.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.h2
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