Mercurial > emacs
changeset 57370:d370f0f6584a
(draw_window_fringes): Update prototype.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 07 Oct 2004 21:57:40 +0000 |
parents | a64bca5fcf8f |
children | 3c27c0be625d |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Thu Oct 07 21:57:15 2004 +0000 +++ b/src/dispextern.h Thu Oct 07 21:57:40 2004 +0000 @@ -2641,7 +2641,7 @@ 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));