]> git.eshelyaron.com Git - emacs.git/commitdiff
(note_mouse_movement): Fix call of window_from_coordinates.
authorDave Love <fx@gnu.org>
Tue, 16 Jul 2002 14:35:32 +0000 (14:35 +0000)
committerDave Love <fx@gnu.org>
Tue, 16 Jul 2002 14:35:32 +0000 (14:35 +0000)
src/xterm.c

index f3bda14581d97ca632a976e4cc3f4bfbfe904ec4..821866e638c5a24d14cd50339d2296b2e27a6dba 100644 (file)
@@ -6645,7 +6645,7 @@ note_mouse_movement (frame, event)
       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