comparison src/keyboard.c @ 2980:654eebe93c27

* keyboard.c (make_lispy_movement): Deal properly with mouse motion outside of all windows.
author Jim Blandy <jimb@redhat.com>
date Sun, 23 May 1993 19:52:07 +0000
parents d25ffad42426
children 793f7e0dc66b
comparison
equal deleted inserted replaced
2979:df018689853e 2980:654eebe93c27
2352 } 2352 }
2353 else 2353 else
2354 { 2354 {
2355 window = Qnil; 2355 window = Qnil;
2356 posn = Qnil; 2356 posn = Qnil;
2357 XFASTINT (x) = 0;
2358 XFASTINT (y) = 0;
2357 } 2359 }
2358 2360
2359 return Fcons (Qmouse_movement, 2361 return Fcons (Qmouse_movement,
2360 Fcons (Fcons (window, 2362 Fcons (Fcons (window,
2361 Fcons (posn, 2363 Fcons (posn,