From 6b7b1820f0add3af9a301403db8adce92a408639 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 Jan 1994 15:20:21 +0000 Subject: [PATCH] (x_sync): New function. --- src/xfns.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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 () { -- 2.39.5