(x_sync): Block input.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Jan 1994 22:37:42 +0000 (22:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Jan 1994 22:37:42 +0000 (22:37 +0000)
src/xfns.c

index 035d20c..9937348 100644 (file)
@@ -3730,7 +3730,9 @@ void
 x_sync (frame)
      Lisp_Object frame;
 {
+  BLOCK_INPUT;
   XSync (x_current_display, False);
+  UNBLOCK_INPUT;
 }
 \f
 syms_of_xfns ()