Mercurial > emacs
diff src/xterm.c @ 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 | 20dbe11a2ad3 |
children | eb248012bf4a |
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)) {