(mouse_get_pos): New arg `insist'.
authorRichard M. Stallman <rms@gnu.org>
Sun, 26 Mar 1995 21:13:03 +0000 (21:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 26 Mar 1995 21:13:03 +0000 (21:13 +0000)
src/msdos.c

index bed3e95..31c01ed 100644 (file)
@@ -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;