]> git.eshelyaron.com Git - emacs.git/commitdiff
(valid_fringe_bitmap_p): Fix prototype.
authorKim F. Storm <storm@cua.dk>
Tue, 28 Sep 2004 23:03:03 +0000 (23:03 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 28 Sep 2004 23:03:03 +0000 (23:03 +0000)
src/dispextern.h

index 0dd9f3ed428af9626ef58b53d826989a193d4f09..50a1a22b492f0939872353469eb03a13ec5ca917 100644 (file)
@@ -2638,7 +2638,7 @@ extern int x_intersect_rectangles P_ ((XRectangle *, XRectangle *,
 
 /* Defined in fringe.c */
 
-int valid_fringe_bitmap_id_p (int);
+int valid_fringe_bitmap_p (Lisp_Object);
 void draw_fringe_bitmap P_ ((struct window *, struct glyph_row *, int));
 void draw_row_fringe_bitmaps P_ ((struct window *, struct glyph_row *));
 void draw_window_fringes P_ ((struct window *));