comparison src/dispextern.h @ 35022:84d10a56a40b

(move_it_past_eol): Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 03 Jan 2001 13:48:15 +0000
parents 075528550112
children 3efcaab7433e
comparison
equal deleted inserted replaced
35021:e66bc9cd4f54 35022:84d10a56a40b
2157 void produce_special_glyphs P_ ((struct it *, enum display_element_type)); 2157 void produce_special_glyphs P_ ((struct it *, enum display_element_type));
2158 void start_display P_ ((struct it *, struct window *, struct text_pos)); 2158 void start_display P_ ((struct it *, struct window *, struct text_pos));
2159 void move_it_to P_ ((struct it *, int, int, int, int, int)); 2159 void move_it_to P_ ((struct it *, int, int, int, int, int));
2160 void move_it_vertically P_ ((struct it *, int)); 2160 void move_it_vertically P_ ((struct it *, int));
2161 void move_it_by_lines P_ ((struct it *, int, int)); 2161 void move_it_by_lines P_ ((struct it *, int, int));
2162 void move_it_past_eol P_ ((struct it *));
2162 int frame_mode_line_height P_ ((struct frame *)); 2163 int frame_mode_line_height P_ ((struct frame *));
2163 void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); 2164 void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *));
2164 int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *)); 2165 int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *));
2165 extern Lisp_Object Qtool_bar; 2166 extern Lisp_Object Qtool_bar;
2166 extern Lisp_Object Vshow_trailing_whitespace; 2167 extern Lisp_Object Vshow_trailing_whitespace;