# HG changeset patch # User Dave Love # Date 1026830132 0 # Node ID 57897041678c2aeab9a1316762d897d4151e5557 # Parent a55219c46b8c9d6874f57b3678473da8032cf713 (note_mouse_movement): Fix call of window_from_coordinates. diff -r a55219c46b8c -r 57897041678c src/xterm.c --- a/src/xterm.c Tue Jul 16 13:57:41 2002 +0000 +++ b/src/xterm.c Tue Jul 16 14:35:32 2002 +0000 @@ -6645,7 +6645,7 @@ Lisp_Object window; static Lisp_Object last_window; - window = window_from_coordinates (frame, XINT (event->x), XINT (event->y), &area, 0); + window = window_from_coordinates (frame, event->x, event->y, &area, 0); /* Window will be selected only when it is not selected now and last mouse movement event was not in it. Minubuffer window