Mercurial > emacs
changeset 63770:3a3ce81d27d0
(try_window): Declare new arg.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 25 Jun 2005 22:33:51 +0000 |
parents | cae70b5066ae |
children | c695baa505d4 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 *));