diff src/xfns.c @ 5536:f900f7bba4c2

(x_sync): New function.
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 Jan 1994 15:20:21 +0000
parents 87c67c389867
children 42ec75481b8b
line wrap: on
line diff
--- a/src/xfns.c	Sun Jan 09 15:03:01 1994 +0000
+++ b/src/xfns.c	Sun Jan 09 15:20:21 1994 +0000
@@ -3724,6 +3724,14 @@
   return Qnil;
 }
 
+/* Wait for responses to all X commands issued so far for FRAME.  */
+
+void
+x_sync (frame)
+     Lisp_Object frame;
+{
+  XSync (x_current_display, False);
+}
 
 syms_of_xfns ()
 {