changeset 5536:f900f7bba4c2

(x_sync): New function.
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 Jan 1994 15:20:21 +0000
parents 85ae0f534b7b
children 899159133053
files src/xfns.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
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 ()
 {