]> git.eshelyaron.com Git - emacs.git/commitdiff
(gray_bitmap_bits): Remove `unsigned' from
authorDave Love <fx@gnu.org>
Thu, 14 Dec 2000 14:11:03 +0000 (14:11 +0000)
committerDave Love <fx@gnu.org>
Thu, 14 Dec 2000 14:11:03 +0000 (14:11 +0000)
declaration.

lwlib/xlwmenu.c

index e7aca0107260e69880e7220995f8cb0942999801..e29060b3784bfc7be810d976c38259340ced057b 100644 (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*));