Mercurial > emacs
changeset 34511:1f69c833e2af
(x_term_init): Declare gray_bitmap_bits as `extern
char *'
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 13 Dec 2000 13:23:37 +0000 |
parents | 331b1e90f1ea |
children | d069886667e6 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Wed Dec 13 10:32:10 2000 +0000 +++ b/src/xterm.c Wed Dec 13 13:23:37 2000 +0000 @@ -13702,7 +13702,7 @@ { extern int gray_bitmap_width, gray_bitmap_height; - extern unsigned char *gray_bitmap_bits; + extern char *gray_bitmap_bits; dpyinfo->gray = XCreatePixmapFromBitmapData (dpyinfo->display, dpyinfo->root_window, gray_bitmap_bits,