From fadfaf55b955d8afa46077e3bce1ae54861a6149 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 26 Mar 1995 21:13:03 +0000 Subject: [PATCH] (mouse_get_pos): New arg `insist'. --- src/msdos.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/msdos.c b/src/msdos.c index bed3e955665..31c01ed6737 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -1380,8 +1380,9 @@ mouse_get_xy (int *x, int *y) } void -mouse_get_pos (f, bar_window, part, x, y, time) +mouse_get_pos (f, insist, bar_window, part, x, y, time) FRAME_PTR *f; + int insist; Lisp_Object *bar_window, *x, *y; enum scroll_bar_part *part; unsigned long *time; -- 2.39.5