aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-05-23 19:52:07 +0000
committerJim Blandy1993-05-23 19:52:07 +0000
commitf76b81d67b65fc08d952ee1df098489b6516ceb6 (patch)
treeebd311861f9c5ccc10d169475cd9b3b410eed85b /src
parent52b1821d1a35ce68b2ead7570d221d67176fa2db (diff)
downloademacs-f76b81d67b65fc08d952ee1df098489b6516ceb6.tar.gz
emacs-f76b81d67b65fc08d952ee1df098489b6516ceb6.zip
* keyboard.c (make_lispy_movement): Deal properly with mouse
motion outside of all windows.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 8ccc6513985..327713942fb 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2354,6 +2354,8 @@ make_lispy_movement (frame, bar_window, part, x, y, time)
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,