summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-05-05 16:31:41 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-05-05 16:31:41 (GMT)
commit0f8df876c97d709426cabaefbdc488db8c78b186 (patch)
tree6f4896fd23dd338103d1d803fa05df8815ed3d2d /xlib
parentc852d9cd2a48cdbcd5210473d469a18312aa09e5 (diff)
downloadtk-0f8df876c97d709426cabaefbdc488db8c78b186.zip
tk-0f8df876c97d709426cabaefbdc488db8c78b186.tar.gz
tk-0f8df876c97d709426cabaefbdc488db8c78b186.tar.bz2
smaller az table
FossilOrigin-Name: b60be5f71d3fff406ad00086b9cacce4fe9de89c
Diffstat (limited to 'xlib')
-rw-r--r--xlib/xcolors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlib/xcolors.c b/xlib/xcolors.c
index 61a99a4..8942d14 100644
--- a/xlib/xcolors.c
+++ b/xlib/xcolors.c
@@ -17,8 +17,8 @@
* Index array. For each of the characters 'a'-'y', this table gives the first color
* starting with that character in the xColors table.
*/
-static const int az[] = {0, 5, 13, 21, 45, 46, 50, 60, 62, 65, 66, 67,
- 91, 106, 109, 115, 126, 127, 130, 144, 149, 150, 152, 155, 156, 158};
+static const unsigned char az[] = {0, 5, 13, 21, 45, 46, 50, 60, 62, 65, 66,
+ 67, 91, 106, 109, 115, 126, 127, 130, 144, 149, 150, 152, 155, 156, 158};
/*
* Define an array that defines the mapping from color names to RGB values.