Mercurial > emacs
changeset 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 | a55219c46b8c |
children | 6f9164905a7c |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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