comparison 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
comparison
equal deleted inserted replaced
24251:2394581ada26 24252:e0ae6525db58
7311 &Vw32_mouse_move_interval, 7311 &Vw32_mouse_move_interval,
7312 "Minimum interval between mouse move events.\n\ 7312 "Minimum interval between mouse move events.\n\
7313 The value is the minimum time in milliseconds that must elapse between\n\ 7313 The value is the minimum time in milliseconds that must elapse between\n\
7314 successive mouse move (or scroll bar drag) events before they are\n\ 7314 successive mouse move (or scroll bar drag) events before they are\n\
7315 reported as lisp events."); 7315 reported 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
7320 DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path, 7320 DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path,
7321 "List of directories to search for bitmap files for w32."); 7321 "List of directories to search for bitmap files for w32.");