diff src/dispextern.h @ 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 3cc856b86408
children cb9b414fad75 46b1096093f5 a8190f7e546e
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 *,