comparison src/dispextern.h @ 44579:7483d99252ad

(marginal_area_string): Add prototype.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 14 Apr 2002 08:15:43 +0000
parents f92c4d87863a
children 01b93e5e53a7
comparison
equal deleted inserted replaced
44578:9c2b72b4b303 44579:7483d99252ad
2365 extern int inverse_video; 2365 extern int inverse_video;
2366 extern int required_matrix_width P_ ((struct window *)); 2366 extern int required_matrix_width P_ ((struct window *));
2367 extern int required_matrix_height P_ ((struct window *)); 2367 extern int required_matrix_height P_ ((struct window *));
2368 extern int estimate_mode_line_height P_ ((struct frame *, enum face_id)); 2368 extern int estimate_mode_line_height P_ ((struct frame *, enum face_id));
2369 extern Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *)); 2369 extern Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *));
2370 extern Lisp_Object marginal_area_string P_ ((struct window *, int, int, int, int *));
2370 extern void redraw_frame P_ ((struct frame *)); 2371 extern void redraw_frame P_ ((struct frame *));
2371 extern void redraw_garbaged_frames P_ ((void)); 2372 extern void redraw_garbaged_frames P_ ((void));
2372 extern void cancel_line P_ ((int, struct frame *)); 2373 extern void cancel_line P_ ((int, struct frame *));
2373 extern void init_desired_glyphs P_ ((struct frame *)); 2374 extern void init_desired_glyphs P_ ((struct frame *));
2374 extern int scroll_frame_lines P_ ((struct frame *, int, int, int, int)); 2375 extern int scroll_frame_lines P_ ((struct frame *, int, int, int, int));