diff src/xfns.c @ 5558:42ec75481b8b

(x_sync): Block input.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Jan 1994 22:37:42 +0000
parents f900f7bba4c2
children 5c597b8fbabe
line wrap: on
line diff
--- a/src/xfns.c	Mon Jan 10 22:37:13 1994 +0000
+++ b/src/xfns.c	Mon Jan 10 22:37:42 1994 +0000
@@ -3730,7 +3730,9 @@
 x_sync (frame)
      Lisp_Object frame;
 {
+  BLOCK_INPUT;
   XSync (x_current_display, False);
+  UNBLOCK_INPUT;
 }
 
 syms_of_xfns ()