From: Richard M. Stallman Date: Sun, 26 Mar 1995 21:13:03 +0000 (+0000) Subject: (mouse_get_pos): New arg `insist'. X-Git-Tag: emacs-19.34~4734 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fadfaf55b955d8afa46077e3bce1ae54861a6149;p=emacs.git (mouse_get_pos): New arg `insist'. --- 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;