diff options
Diffstat (limited to 'src')
| -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 1a35408733d..1e9fa483b27 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2641,7 +2641,7 @@ extern int x_intersect_rectangles P_ ((XRectangle *, XRectangle *, | |||
| 2641 | int lookup_fringe_bitmap (Lisp_Object); | 2641 | int lookup_fringe_bitmap (Lisp_Object); |
| 2642 | void draw_fringe_bitmap P_ ((struct window *, struct glyph_row *, int)); | 2642 | void draw_fringe_bitmap P_ ((struct window *, struct glyph_row *, int)); |
| 2643 | void draw_row_fringe_bitmaps P_ ((struct window *, struct glyph_row *)); | 2643 | void draw_row_fringe_bitmaps P_ ((struct window *, struct glyph_row *)); |
| 2644 | void draw_window_fringes P_ ((struct window *)); | 2644 | int draw_window_fringes P_ ((struct window *, int)); |
| 2645 | int update_window_fringes P_ ((struct window *, int)); | 2645 | int update_window_fringes P_ ((struct window *, int)); |
| 2646 | void compute_fringe_widths P_ ((struct frame *, int)); | 2646 | void compute_fringe_widths P_ ((struct frame *, int)); |
| 2647 | 2647 | ||