summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2012-08-27 17:44:47 (GMT)
committerdkf <dkf@noemail.net>2012-08-27 17:44:47 (GMT)
commit2988819dd8d2c8b6b051c06bc6901999a32dac21 (patch)
tree6d1c6cec0560b90c359e57d9771574bd24c01b09 /generic/tkInt.h
parent3a9f0a01a3cf2114eddb2738c44267b88c11b668 (diff)
parent56bc915bbd0c1015ebba7bad579b60cb89340c93 (diff)
downloadtk-2988819dd8d2c8b6b051c06bc6901999a32dac21.zip
tk-2988819dd8d2c8b6b051c06bc6901999a32dac21.tar.gz
tk-2988819dd8d2c8b6b051c06bc6901999a32dac21.tar.bz2
merge trunk
FossilOrigin-Name: b7400a9b1ad12e3e2e93ad7daaa23277aef9621f
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 833dd0c..21b882c 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -944,6 +944,8 @@ MODULE_SCOPE TkMainInfo *tkMainWindowList;
MODULE_SCOPE Tk_ImageType tkPhotoImageType;
MODULE_SCOPE Tcl_HashTable tkPredefBitmapTable;
+MODULE_SCOPE const char *const tkWebColors[20];
+
/*
* The definition of pi, at least from the perspective of double-precision
* floats.