]> git.eshelyaron.com Git - emacs.git/commitdiff
(set_cursor_from_row): Update prototype.
authorKim F. Storm <storm@cua.dk>
Sun, 28 May 2006 20:19:17 +0000 (20:19 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 28 May 2006 20:19:17 +0000 (20:19 +0000)
src/dispextern.h

index 2e1eae3fdb047f246a6e8ebf4b100026e549c1ad..6654e8beb5a9222df7277e4514277890878923cf 100644 (file)
@@ -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 *,