Mercurial > emacs
changeset 34557:b9586137049e
(gray_bitmap_bits): Remove `unsigned' from
declaration.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 14 Dec 2000 14:11:03 +0000 |
parents | 9a4fd3b8484d |
children | 3acdbada9858 |
files | lwlib/xlwmenu.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/xlwmenu.c Thu Dec 14 14:02:06 2000 +0000 +++ b/lwlib/xlwmenu.c Thu Dec 14 14:11:03 2000 +0000 @@ -48,7 +48,7 @@ extern int gray_bitmap_width; extern int gray_bitmap_height; -extern unsigned char *gray_bitmap_bits; +extern char *gray_bitmap_bits; /* Defined in xterm.c. */ extern int x_alloc_nearest_color_for_widget __P ((Widget, Colormap, XColor*));