# HG changeset patch # User Andrew Innes # Date 917964190 0 # Node ID e0ae6525db588da2eac9d6c8276f5e825ff8d3ba # Parent 2394581ada26be538cd35af7947c0e5ac430c5c7 (syms_of_w32fns): Change default value of w32-mouse-move-interval to 0, so that the mouse wheel/rocker on some mice works properly. diff -r 2394581ada26 -r e0ae6525db58 src/w32fns.c --- a/src/w32fns.c Tue Feb 02 13:43:14 1999 +0000 +++ b/src/w32fns.c Tue Feb 02 14:03:10 1999 +0000 @@ -7313,7 +7313,7 @@ The value is the minimum time in milliseconds that must elapse between\n\ successive mouse move (or scroll bar drag) events before they are\n\ reported as lisp events."); - XSETINT (Vw32_mouse_move_interval, 50); + XSETINT (Vw32_mouse_move_interval, 0); init_x_parm_symbols ();