summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-09-28 09:41:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-09-28 09:41:22 (GMT)
commitca628a3dcc069bbebb21f385893a43cca232ae7d (patch)
treed5b9b95c044f9cc056ce2f64608f31ee5c435405 /generic/tkInt.h
parentf2fe16fc3aae1b7e979988b63274b7904a468fbb (diff)
downloadtk-ca628a3dcc069bbebb21f385893a43cca232ae7d.zip
tk-ca628a3dcc069bbebb21f385893a43cca232ae7d.tar.gz
tk-ca628a3dcc069bbebb21f385893a43cca232ae7d.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 a6e09ee..c2211aa 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -970,6 +970,8 @@ extern Tk_ImageType tkPhotoImageType;
extern Tcl_HashTable tkPredefBitmapTable;
extern int tkSendSerial;
+extern CONST char *const tkWebColors[20];
+
#include "tkIntDecls.h"
#ifdef BUILD_tk