changeset 43839:50bab629a120

(note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 11 Mar 2002 18:49:27 +0000
parents 77add10cd479
children 61b57d15ed73
files src/xterm.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Mar 11 18:42:35 2002 +0000
+++ b/src/xterm.c	Mon Mar 11 18:49:27 2002 +0000
@@ -6647,6 +6647,8 @@
   last_mouse_motion_event = *event;
   XSETFRAME (last_mouse_motion_frame, frame);
 
+#if 0 /* Lisp must not be called asynchronously, so this must
+	 not be done.  */
   if (x_autoselect_window_p)
     {
       int area;
@@ -6666,6 +6668,7 @@
 
       last_window=window;
     }
+#endif
 
   if (event->window != FRAME_X_WINDOW (frame))
     {