diff src/dispextern.h @ 63770:3a3ce81d27d0

(try_window): Declare new arg.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Jun 2005 22:33:51 +0000
parents 144440a09db1
children a8fa7c632ee4 ebfb2856c8e6 bb71c6cf2009
line wrap: on
line diff
--- a/src/dispextern.h	Sat Jun 25 22:24:10 2005 +0000
+++ b/src/dispextern.h	Sat Jun 25 22:33:51 2005 +0000
@@ -2593,7 +2593,7 @@
 int display_prop_intangible_p P_ ((Lisp_Object));
 void resize_echo_area_exactly P_ ((void));
 int resize_mini_window P_ ((struct window *, int));
-int try_window P_ ((Lisp_Object, struct text_pos));
+int try_window P_ ((Lisp_Object, struct text_pos, int));
 void window_box P_ ((struct window *, int, int *, int *, int *, int *));
 int window_box_height P_ ((struct window *));
 int window_text_bottom_y P_ ((struct window *));