# HG changeset patch # User Richard M. Stallman # Date 817079012 0 # Node ID 3fa66bb82d595812186cbaf1b22c26865bf27810 # Parent 006e33d6a6c1ec30a90f6d131465be9221468b08 (XTframe_up_to_date): Block and unblock input. diff -r 006e33d6a6c1 -r 3fa66bb82d59 src/xterm.c --- a/src/xterm.c Wed Nov 22 19:04:36 1995 +0000 +++ b/src/xterm.c Wed Nov 22 22:23:32 1995 +0000 @@ -394,6 +394,7 @@ 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 @@ FRAME_X_DISPLAY_INFO (f)->mouse_face_mouse_y); FRAME_X_DISPLAY_INFO (f)->mouse_face_deferred_gc = 0; } + UNBLOCK_INPUT; } /* External interface to control of standout mode.