Mercurial > emacs
changeset 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 | 2394581ada26 |
children | 39d5ef228cae |
files | src/w32fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 ();