diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
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, |