aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/xlwmenu.c
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-12-14 14:11:03 +0000
committerDave Love <[email protected]>2000-12-14 14:11:03 +0000
commit5916243b182e0b345ad82ea3ac56a4bb07c54d80 (patch)
treeb8d44a002ee54a9301f4dc0847d7975184fd2229 /lwlib/xlwmenu.c
parent1de0f662a79d5e7fc421be43c58ee995226a73c4 (diff)
(gray_bitmap_bits): Remove `unsigned' from
declaration.
Diffstat (limited to 'lwlib/xlwmenu.c')
-rw-r--r--lwlib/xlwmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c
index e7aca01072..e29060b378 100644
--- a/lwlib/xlwmenu.c
+++ b/lwlib/xlwmenu.c
@@ -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*));