From 7264f28d8cfac78874610b1b63d135431cbcc64b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 15 Mar 2002 15:30:07 +0000 Subject: [PATCH] (dos_rawgetc): Disable the x-autoselect-window feature, until its implementation is fixed. --- src/ChangeLog | 5 +++++ src/msdos.c | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 2e95ef65e43..0da2af85ed8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-03-15 Eli Zaretskii + + * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature, + until its implementation is fixed. + 2002-03-14 Pavel Jan,Bm(Bk * xfns.c (png_load): Remove unused variable `gamma_str'. diff --git a/src/msdos.c b/src/msdos.c index c13ef2abb5c..10d4f7ce5a7 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -3409,6 +3409,9 @@ dos_rawgetc () clear_mouse_face (dpyinfo); } +#if 0 + /* Lisp must not be called asynchronously, so this must not + be done. */ if (x_autoselect_window_p) { int mouse_area; @@ -3433,6 +3436,7 @@ dos_rawgetc () } else last_mouse_window = Qnil; +#endif previous_help_echo = help_echo; help_echo = help_echo_object = help_echo_window = Qnil; -- 2.39.2