diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-07-16 15:17:27 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-07-16 15:17:27 (GMT) |
commit | 21c87286e431a37a5eab463ef7eb2929510c8078 (patch) | |
tree | 8c509cc28415813d532c9048aab943572fefbdba /generic/tkInt.h | |
parent | e48d6e4142af248ca8c05dfbcdf2931bcda72d8c (diff) | |
download | tk-21c87286e431a37a5eab463ef7eb2929510c8078.zip tk-21c87286e431a37a5eab463ef7eb2929510c8078.tar.gz tk-21c87286e431a37a5eab463ef7eb2929510c8078.tar.bz2 |
better wrapper, with one less roundtrip through X11 server
FossilOrigin-Name: db70b409d9d2b461d8def841a3f738abe576ae22
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. |