(change_frame_size_1): Block input around the real work.
#include "disptab.h"
#include "indent.h"
#include "intervals.h"
+#include "blockinput.h"
#include "systty.h"
#include "syssignal.h"
return;
}
+ BLOCK_INPUT;
+
/* This size-change overrides any pending one for this frame. */
FRAME_NEW_HEIGHT (frame) = 0;
FRAME_NEW_WIDTH (frame) = 0;
remake_frame_glyphs (frame);
calculate_costs (frame);
+
+ UNBLOCK_INPUT;
}
\f
DEFUN ("send-string-to-terminal", Fsend_string_to_terminal,