]> git.eshelyaron.com Git - emacs.git/commitdiff
(XTframe_up_to_date): Block and unblock input.
authorRichard M. Stallman <rms@gnu.org>
Wed, 22 Nov 1995 22:23:32 +0000 (22:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 22 Nov 1995 22:23:32 +0000 (22:23 +0000)
src/xterm.c

index 906709fe99e79ba30cbf1bc8ce03f9655cd8ea31..1f7f3b5a9e78b95a4f2154a706921c4840043ad2 100644 (file)
@@ -394,6 +394,7 @@ static
 XTframe_up_to_date (f)
      FRAME_PTR f;
 {
+  BLOCK_INPUT;
   if (FRAME_X_DISPLAY_INFO (f)->mouse_face_deferred_gc
       || f == FRAME_X_DISPLAY_INFO (f)->mouse_face_mouse_frame)
     {
@@ -402,6 +403,7 @@ XTframe_up_to_date (f)
                            FRAME_X_DISPLAY_INFO (f)->mouse_face_mouse_y);
       FRAME_X_DISPLAY_INFO (f)->mouse_face_deferred_gc = 0;
     }
+  UNBLOCK_INPUT;
 }
 \f
 /* External interface to control of standout mode.