From e0d9aa62ba6959c1289ecbf15717b88e4fa0ede5 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 9 Mar 2001 14:50:05 +0000 Subject: [PATCH] (buffer_posn_from_coords): Adjust prototype. --- src/dispextern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dispextern.h b/src/dispextern.h index 418f8f4bf07..3729df47c7a 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2315,7 +2315,8 @@ int direct_output_forward_char P_ ((int)); int update_frame P_ ((struct frame *, int, int)); void update_single_window P_ ((struct window *, int)); int scrolling P_ ((struct frame *)); -int buffer_posn_from_coords P_ ((struct window *, int *, int *)); +void buffer_posn_from_coords P_ ((struct window *, int *, int *, + Lisp_Object *, struct display_pos *)); void do_pending_window_change P_ ((int)); void change_frame_size P_ ((struct frame *, int, int, int, int, int)); void bitch_at_user P_ ((void)); -- 2.39.5