aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Innes1999-02-02 14:03:10 +0000
committerAndrew Innes1999-02-02 14:03:10 +0000
commit247be8370478db4bdd2ec7625bf292b49b622ff9 (patch)
tree4847261d9a878e9968a95808f649697fcb852b98 /src
parent0236e3f15175a263f3c768d7a8431c7b80248aab (diff)
downloademacs-247be8370478db4bdd2ec7625bf292b49b622ff9.tar.gz
emacs-247be8370478db4bdd2ec7625bf292b49b622ff9.zip
(syms_of_w32fns): Change default value of w32-mouse-move-interval to
0, so that the mouse wheel/rocker on some mice works properly.
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 57bad3e6508..1cfde7d0739 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -7313,7 +7313,7 @@ button down event is generated instead.");
7313The value is the minimum time in milliseconds that must elapse between\n\ 7313The value is the minimum time in milliseconds that must elapse between\n\
7314successive mouse move (or scroll bar drag) events before they are\n\ 7314successive mouse move (or scroll bar drag) events before they are\n\
7315reported as lisp events."); 7315reported as lisp events.");
7316 XSETINT (Vw32_mouse_move_interval, 50); 7316 XSETINT (Vw32_mouse_move_interval, 0);
7317 7317
7318 init_x_parm_symbols (); 7318 init_x_parm_symbols ();
7319 7319