From: Richard M. Stallman Date: Sun, 9 Jan 1994 15:20:21 +0000 (+0000) Subject: (x_sync): New function. X-Git-Tag: emacs-19.34~10315 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b7b1820f0add3af9a301403db8adce92a408639;p=emacs.git (x_sync): New function. --- diff --git a/src/xfns.c b/src/xfns.c index d42d79dd317..035d20c1d01 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -3724,6 +3724,14 @@ easier.") 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 () {