1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(gray_bitmap_bits): Remove `unsigned' from

declaration.
This commit is contained in:
Dave Love 2000-12-14 14:11:03 +00:00
parent 1de0f662a7
commit 5916243b18

View File

@ -48,7 +48,7 @@ Boston, MA 02111-1307, USA. */
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*));