comparison src/dispextern.h @ 35335:b5a39d371511

(redisplay_preserve_echo_area): Change prototype.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 16 Jan 2001 12:38:28 +0000
parents bc2b88ed2fa1
children 1a54c78e6452
comparison
equal deleted inserted replaced
35334:7cf24bda5ab7 35335:b5a39d371511
2142 int window_box_width P_ ((struct window *, int)); 2142 int window_box_width P_ ((struct window *, int));
2143 int window_box_left P_ ((struct window *, int)); 2143 int window_box_left P_ ((struct window *, int));
2144 int window_box_right P_ ((struct window *, int)); 2144 int window_box_right P_ ((struct window *, int));
2145 void window_box_edges P_ ((struct window *, int, int *, int *, int *, int *)); 2145 void window_box_edges P_ ((struct window *, int, int *, int *, int *, int *));
2146 void mark_window_display_accurate P_ ((Lisp_Object, int)); 2146 void mark_window_display_accurate P_ ((Lisp_Object, int));
2147 void redisplay_preserve_echo_area P_ ((void)); 2147 void redisplay_preserve_echo_area P_ ((int));
2148 void set_cursor_from_row P_ ((struct window *, struct glyph_row *, 2148 void set_cursor_from_row P_ ((struct window *, struct glyph_row *,
2149 struct glyph_matrix *, int, int, int, int)); 2149 struct glyph_matrix *, int, int, int, int));
2150 void init_iterator P_ ((struct it *, struct window *, int, 2150 void init_iterator P_ ((struct it *, struct window *, int,
2151 int, struct glyph_row *, enum face_id)); 2151 int, struct glyph_row *, enum face_id));
2152 void init_iterator_to_row_start P_ ((struct it *, struct window *, 2152 void init_iterator_to_row_start P_ ((struct it *, struct window *,