aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2004-10-07 21:57:40 +0000
committerKim F. Storm <[email protected]>2004-10-07 21:57:40 +0000
commit98c95e4e0dc6fcd44991416dc72c701b4a9c503b (patch)
tree15360db29aee67c77fa73b59ee40a65732d1a2db /src/dispextern.h
parent3c7d999a7d9397a7a4d4d268a7f80a71ae80e902 (diff)
(draw_window_fringes): Update prototype.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 1a35408733..1e9fa483b2 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -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));