changeset 31864:3df9d3316990

(x_clear_mouse_face): Blick/unblock input.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 25 Sep 2000 09:23:32 +0000
parents b3dfbdcb996b
children dd9aa7db6710
files src/xterm.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Sep 25 09:11:31 2000 +0000
+++ b/src/xterm.c	Mon Sep 25 09:23:32 2000 +0000
@@ -7159,9 +7159,11 @@
   struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (XFRAME (w->frame));
   Lisp_Object window;
 
+  BLOCK_INPUT;
   XSETWINDOW (window, w);
   if (EQ (window, dpyinfo->mouse_face_window))
     clear_mouse_face (dpyinfo);
+  UNBLOCK_INPUT;
 }