diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-05-05 16:31:41 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-05-05 16:31:41 (GMT) |
commit | d12f2ad49f25ace59987853298f5551b7aff71c0 (patch) | |
tree | 6f4896fd23dd338103d1d803fa05df8815ed3d2d /xlib | |
parent | 89c204928c35017e83c4d830f8af21627b98c51c (diff) | |
download | tk-d12f2ad49f25ace59987853298f5551b7aff71c0.zip tk-d12f2ad49f25ace59987853298f5551b7aff71c0.tar.gz tk-d12f2ad49f25ace59987853298f5551b7aff71c0.tar.bz2 |
smaller az table
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/xcolors.c | 4 |
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. |