diff options
author | Kim F. Storm <storm@cua.dk> | 2004-09-29 11:57:34 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-09-29 11:57:34 +0000 |
commit | e72d73350680a887f3dc751276c6a75a0eb32cca (patch) | |
tree | 6defe063c8b2d4865357dc04f0524376afa3f5dd /src/dispextern.h | |
parent | bc9b2430ed9bdb80fb281bc324e158f89d186483 (diff) | |
download | emacs-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.h | 2 |
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 *)); |