# HG changeset patch # User Richard M. Stallman # Date 796252366 0 # Node ID e0c580dd42514b2e10d30e23795fe3098b054801 # Parent ce63fb361ae937f849d653ca6b02449eeb0dce8f (win32_mouse_position): New arg `insist'. diff -r ce63fb361ae9 -r e0c580dd4251 src/w32inevt.c --- a/src/w32inevt.c Sun Mar 26 21:12:11 1995 +0000 +++ b/src/w32inevt.c Sun Mar 26 21:12:46 1995 +0000 @@ -279,7 +279,7 @@ /* Mouse position hook. */ void -win32_mouse_position (FRAME_PTR *f, +win32_mouse_position (FRAME_PTR *f, int insist, Lisp_Object *bar_window, enum scroll_bar_part *part, Lisp_Object *x,