Mercurial > emacs
comparison src/dispextern.h @ 57259:68396071dfa1
(valid_fringe_bitmap_p): Fix prototype.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 28 Sep 2004 23:03:03 +0000 |
parents | 9125d1c4c537 |
children | 3ff2bf32d84d b85b19b8eb65 e23928ac5a97 |
comparison
equal
deleted
inserted
replaced
57258:36eef73e00fa | 57259:68396071dfa1 |
---|---|
2636 XRectangle *)); | 2636 XRectangle *)); |
2637 #endif | 2637 #endif |
2638 | 2638 |
2639 /* Defined in fringe.c */ | 2639 /* Defined in fringe.c */ |
2640 | 2640 |
2641 int valid_fringe_bitmap_id_p (int); | 2641 int valid_fringe_bitmap_p (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 void draw_window_fringes P_ ((struct window *)); |
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)); |