# HG changeset patch # User Kim F. Storm # Date 1148847557 0 # Node ID 0182f7d67a2c699c658de8c38a6bd18773863466 # Parent 2360cacd88404542c6461ac4c25e286d29168d94 (set_cursor_from_row): Update prototype. diff -r 2360cacd8840 -r 0182f7d67a2c src/dispextern.h --- 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 *,