aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index f3bda14581d..821866e638c 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -6645,7 +6645,7 @@ note_mouse_movement (frame, event)
6645 Lisp_Object window; 6645 Lisp_Object window;
6646 static Lisp_Object last_window; 6646 static Lisp_Object last_window;
6647 6647
6648 window = window_from_coordinates (frame, XINT (event->x), XINT (event->y), &area, 0); 6648 window = window_from_coordinates (frame, event->x, event->y, &area, 0);
6649 6649
6650 /* Window will be selected only when it is not selected now and 6650 /* Window will be selected only when it is not selected now and
6651 last mouse movement event was not in it. Minubuffer window 6651 last mouse movement event was not in it. Minubuffer window