diff src/w32fns.c @ 24252:e0ae6525db58

(syms_of_w32fns): Change default value of w32-mouse-move-interval to 0, so that the mouse wheel/rocker on some mice works properly.
author Andrew Innes <andrewi@gnu.org>
date Tue, 02 Feb 1999 14:03:10 +0000
parents 4fb0bce809bc
children e8b73c2ac4ec
line wrap: on
line diff
--- 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 ();