(gray_bitmap_bits): Remove `unsigned' from
declaration.
This commit is contained in:
parent
1de0f662a7
commit
5916243b18
1 changed files with 1 additions and 1 deletions
|
@ -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*));
|
||||
|
|
Loading…
Add table
Reference in a new issue