1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00

(x_term_init): Declare gray_bitmap_bits as `extern

char *'
This commit is contained in:
Gerd Moellmann 2000-12-13 13:23:37 +00:00
parent a308c9cda1
commit 10659c7727

View File

@ -13702,7 +13702,7 @@ x_term_init (display_name, xrm_option, resource_name)
{
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,