Mercurial > emacs
changeset 34512:d069886667e6
(gray_bitmap_bits): Declare `char *'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 13 Dec 2000 13:24:02 +0000 |
parents | 1f69c833e2af |
children | b3aae2798c47 |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Wed Dec 13 13:23:37 2000 +0000 +++ b/src/xfns.c Wed Dec 13 13:24:02 2000 +0000 @@ -124,7 +124,7 @@ int gray_bitmap_width = gray_width; int gray_bitmap_height = gray_height; -unsigned char *gray_bitmap_bits = gray_bits; +char *gray_bitmap_bits = gray_bits; /* The name we're using in resource queries. Most often "emacs". */