diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-05 16:31:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-05 16:31:41 (GMT) |
commit | d9ac48147c4cc07f47d581b94c2fd05cfff767a7 (patch) | |
tree | 6f4896fd23dd338103d1d803fa05df8815ed3d2d | |
parent | 24ea39ac53ca868aec6e2e78f48f4e60138884fe (diff) | |
download | tk-d9ac48147c4cc07f47d581b94c2fd05cfff767a7.zip tk-d9ac48147c4cc07f47d581b94c2fd05cfff767a7.tar.gz tk-d9ac48147c4cc07f47d581b94c2fd05cfff767a7.tar.bz2 |
smaller az table
-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. |