(draw_window_fringes): Update prototype.

This commit is contained in:
Kim F. Storm 2004-10-07 21:57:40 +00:00
parent 3c7d999a7d
commit 98c95e4e0d

View 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));