(draw_window_fringes): Update prototype.
authorKim F. Storm <storm@cua.dk>
Thu, 7 Oct 2004 21:57:40 +0000 (21:57 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 7 Oct 2004 21:57:40 +0000 (21:57 +0000)
src/dispextern.h

index 1a35408..1e9fa48 100644 (file)
@@ -2641,7 +2641,7 @@ extern int x_intersect_rectangles P_ ((XRectangle *, XRectangle *,
 int lookup_fringe_bitmap (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 *));
+int draw_window_fringes P_ ((struct window *, int));
 int update_window_fringes P_ ((struct window *, int));
 void compute_fringe_widths P_ ((struct frame *, int));