]> git.eshelyaron.com Git - emacs.git/commitdiff
(try_window): Declare new arg.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Jun 2005 22:33:51 +0000 (22:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Jun 2005 22:33:51 +0000 (22:33 +0000)
src/dispextern.h

index 2c70de31436c0254f1e7ead6b90d8d9dc6967705..e77a272ef4b943978e3ffdfbb9a15f97bccd0a5d 100644 (file)
@@ -2593,7 +2593,7 @@ int line_bottom_y P_ ((struct it *));
 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 *));