Mercurial > emacs
diff src/xterm.c @ 88849:57897041678c
(note_mouse_movement): Fix call of window_from_coordinates.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Tue, 16 Jul 2002 14:35:32 +0000 |
| parents | 4f185cac85fb |
| children | daa40c211bfe |
line wrap: on
line diff
--- 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
