diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-08-27 17:44:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-08-27 17:44:47 (GMT) |
commit | cbc322379f8ec1ff728d196347312e8441a3a154 (patch) | |
tree | 6d1c6cec0560b90c359e57d9771574bd24c01b09 /generic/tkInt.h | |
parent | d3e4f0bc9405b86444625dede7f676cb3d709df5 (diff) | |
parent | e4c7ef5bdf6375e1860418b1ec92c07f88660cc8 (diff) | |
download | tk-cbc322379f8ec1ff728d196347312e8441a3a154.zip tk-cbc322379f8ec1ff728d196347312e8441a3a154.tar.gz tk-cbc322379f8ec1ff728d196347312e8441a3a154.tar.bz2 |
merge trunk
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 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. |