summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-09-28 10:42:31 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-09-28 10:42:31 (GMT)
commit94378072a602381333b63b165afbe90cd164655f (patch)
treeac49bac7b0a5b38a5c7103eb9cfe0c6a7caf8afc /generic/tkInt.h
parentc1033dd8b25a6c5bfda0339ca0666188534aa755 (diff)
parente3d7016dbe4f754d8f5ae5902fd625c4052195a5 (diff)
downloadtk-94378072a602381333b63b165afbe90cd164655f.zip
tk-94378072a602381333b63b165afbe90cd164655f.tar.gz
tk-94378072a602381333b63b165afbe90cd164655f.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