# HG changeset patch # User Richard M. Stallman # Date 830291578 0 # Node ID 270020829d09ae404ba3147a389060bc260a4003 # Parent fb0f2804c34a2f6dda0128820a39af7e614ef6e1 Include blockinput.h. (change_frame_size_1): Block input around the real work. diff -r fb0f2804c34a -r 270020829d09 src/dispnew.c --- a/src/dispnew.c Tue Apr 23 20:32:33 1996 +0000 +++ b/src/dispnew.c Tue Apr 23 20:32:58 1996 +0000 @@ -40,6 +40,7 @@ #include "disptab.h" #include "indent.h" #include "intervals.h" +#include "blockinput.h" #include "systty.h" #include "syssignal.h" @@ -2129,6 +2130,8 @@ return; } + BLOCK_INPUT; + /* This size-change overrides any pending one for this frame. */ FRAME_NEW_HEIGHT (frame) = 0; FRAME_NEW_WIDTH (frame) = 0; @@ -2210,6 +2213,8 @@ remake_frame_glyphs (frame); calculate_costs (frame); + + UNBLOCK_INPUT; } DEFUN ("send-string-to-terminal", Fsend_string_to_terminal,