summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-09-29 11:57:34 +0000
committerKim F. Storm <storm@cua.dk>2004-09-29 11:57:34 +0000
commite72d73350680a887f3dc751276c6a75a0eb32cca (patch)
tree6defe063c8b2d4865357dc04f0524376afa3f5dd /src/dispextern.h
parentbc9b2430ed9bdb80fb281bc324e158f89d186483 (diff)
downloademacs-e72d73350680a887f3dc751276c6a75a0eb32cca.tar.gz
(lookup_fringe_bitmap): Add prototype.
(valid_fringe_bitmap_p): Remove 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 50a1a22b492..91b29b251a8 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2638,7 +2638,7 @@ extern int x_intersect_rectangles P_ ((XRectangle *, XRectangle *,
/* Defined in fringe.c */
-int valid_fringe_bitmap_p (Lisp_Object);
+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 *));