From: Richard M. Stallman Date: Sat, 25 Jun 2005 22:33:51 +0000 (+0000) Subject: (try_window): Declare new arg. X-Git-Tag: emacs-pretest-22.0.90~8639 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92489bddbb19494bb39bf9f9a65e43254246d389;p=emacs.git (try_window): Declare new arg. --- diff --git a/src/dispextern.h b/src/dispextern.h index 2c70de31436..e77a272ef4b 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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 *));