diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-16 15:17:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-16 15:17:27 (GMT) |
commit | 95c723cdcfe9a574608d9d85288588b9ea982bc9 (patch) | |
tree | 8c509cc28415813d532c9048aab943572fefbdba /generic/tkInt.h | |
parent | 9f6d41c61faba304dce324aa4d5629db643f4191 (diff) | |
download | tk-95c723cdcfe9a574608d9d85288588b9ea982bc9.zip tk-95c723cdcfe9a574608d9d85288588b9ea982bc9.tar.gz tk-95c723cdcfe9a574608d9d85288588b9ea982bc9.tar.bz2 |
better wrapper, with one less roundtrip through X11 server
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 88e0c25..01cc9cb 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. |