Mercurial > emacs
changeset 71029:0182f7d67a2c
(set_cursor_from_row): Update prototype.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 28 May 2006 20:19:17 +0000 |
parents | 2360cacd8840 |
children | 6e1192ac395f |
files | src/dispextern.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Sun May 28 20:19:07 2006 +0000 +++ b/src/dispextern.h Sun May 28 20:19:17 2006 +0000 @@ -2632,8 +2632,8 @@ void mark_window_display_accurate P_ ((Lisp_Object, int)); void redisplay_preserve_echo_area P_ ((int)); -void set_cursor_from_row P_ ((struct window *, struct glyph_row *, - struct glyph_matrix *, int, int, int, int)); +int set_cursor_from_row P_ ((struct window *, struct glyph_row *, + struct glyph_matrix *, int, int, int, int)); void init_iterator P_ ((struct it *, struct window *, int, int, struct glyph_row *, enum face_id)); void init_iterator_to_row_start P_ ((struct it *, struct window *,