diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-09-28 09:41:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-09-28 09:41:22 (GMT) |
commit | 35c5d43f01e2ff6e8cc9f7585adceb7bcbbbbcf9 (patch) | |
tree | d5b9b95c044f9cc056ce2f64608f31ee5c435405 /generic/tkInt.h | |
parent | 8e313cd75cb1ca83ccddbbd7936243eb69b0bb27 (diff) | |
download | tk-35c5d43f01e2ff6e8cc9f7585adceb7bcbbbbcf9.zip tk-35c5d43f01e2ff6e8cc9f7585adceb7bcbbbbcf9.tar.gz tk-35c5d43f01e2ff6e8cc9f7585adceb7bcbbbbcf9.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 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 |