summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-16 15:17:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-16 15:17:27 (GMT)
commit95c723cdcfe9a574608d9d85288588b9ea982bc9 (patch)
tree8c509cc28415813d532c9048aab943572fefbdba /generic/tkInt.h
parent9f6d41c61faba304dce324aa4d5629db643f4191 (diff)
downloadtk-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.h2
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.