changeset 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 df018689853e
children c257860fda02
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,