]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_w32fns): Change default value of w32-mouse-move-interval to
authorAndrew Innes <andrewi@gnu.org>
Tue, 2 Feb 1999 14:03:10 +0000 (14:03 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 2 Feb 1999 14:03:10 +0000 (14:03 +0000)
0, so that the mouse wheel/rocker on some mice works properly.

src/w32fns.c

index 57bad3e65087b740174d1533848c1a9c4ffa3030..1cfde7d0739c279ea079fa7dd9fb8ede09955fe5 100644 (file)
@@ -7313,7 +7313,7 @@ button down event is generated instead.");
 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 ();