comparison src/dispextern.h @ 35054:3efcaab7433e

(move_it_vertically_backward): Declare.
author Dave Love <fx@gnu.org>
date Thu, 04 Jan 2001 17:37:43 +0000
parents 84d10a56a40b
children bc2b88ed2fa1
comparison
equal deleted inserted replaced
35053:e3e1ff3616fa 35054:3efcaab7433e
2156 void produce_glyphs P_ ((struct it *)); 2156 void produce_glyphs P_ ((struct it *));
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_vertically_backward P_ ((struct it *, int));
2161 void move_it_by_lines P_ ((struct it *, int, int)); 2162 void move_it_by_lines P_ ((struct it *, int, int));
2162 void move_it_past_eol P_ ((struct it *)); 2163 void move_it_past_eol P_ ((struct it *));
2163 int frame_mode_line_height P_ ((struct frame *)); 2164 int frame_mode_line_height P_ ((struct frame *));
2164 void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); 2165 void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *));
2165 int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *)); 2166 int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *));