changeset 108751:c40b9bfe9167

dispextern.h (init_iterator): Sync prototype with changed definition.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 23 May 2010 19:57:15 +0300
parents 3339da3cfeb3
children 60bc561d59c5
files src/ChangeLog src/dispextern.h
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat May 22 22:32:21 2010 +0300
+++ b/src/ChangeLog	Sun May 23 19:57:15 2010 +0300
@@ -1,3 +1,8 @@
+2010-05-23  Eli Zaretskii  <eliz@gnu.org>
+
+	* dispextern.h (init_iterator): Sync prototype with changed
+	definition.
+
 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
 
 	Redesign and reimplement bidi-aware edge positions of glyph rows.
--- a/src/dispextern.h	Sat May 22 22:32:21 2010 +0300
+++ b/src/dispextern.h	Sun May 23 19:57:15 2010 +0300
@@ -2911,8 +2911,8 @@
 void redisplay_preserve_echo_area P_ ((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 P_ ((struct it *, struct window *, EMACS_INT,
+			EMACS_INIT, struct glyph_row *, enum face_id));
 void init_iterator_to_row_start P_ ((struct it *, struct window *,
 				     struct glyph_row *));
 int get_next_display_element P_ ((struct it *));