# HG changeset patch # User Richard M. Stallman # Date 1119738831 0 # Node ID 3a3ce81d27d0f04531195dfb913cccd8a66c71dc # Parent cae70b5066ae88b51dadf2dbb70e2f65b8cd1879 (try_window): Declare new arg. diff -r cae70b5066ae -r 3a3ce81d27d0 src/dispextern.h --- 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 *));