From: Kim F. Storm Date: Sun, 28 May 2006 20:19:17 +0000 (+0000) Subject: (set_cursor_from_row): Update prototype. X-Git-Tag: emacs-pretest-22.0.90~2235 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c558b5be6c45379c48009b595b1792dff901b26d;p=emacs.git (set_cursor_from_row): Update prototype. --- diff --git a/src/dispextern.h b/src/dispextern.h index 2e1eae3fdb0..6654e8beb5a 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2632,8 +2632,8 @@ void remember_mouse_glyph P_ ((struct frame *, int, int, NativeRectangle *)); 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 *,