# HG changeset patch # User Jim Blandy # Date 738186727 0 # Node ID 654eebe93c27d8ed8f33dd1f185bae3a6b32accf # Parent df018689853e883bac2de68d89e857c2a6d53bdc * keyboard.c (make_lispy_movement): Deal properly with mouse motion outside of all windows. diff -r df018689853e -r 654eebe93c27 src/keyboard.c --- a/src/keyboard.c Sun May 23 19:23:38 1993 +0000 +++ b/src/keyboard.c Sun May 23 19:52:07 1993 +0000 @@ -2354,6 +2354,8 @@ { window = Qnil; posn = Qnil; + XFASTINT (x) = 0; + XFASTINT (y) = 0; } return Fcons (Qmouse_movement,