# HG changeset patch # User Richard M. Stallman # Date 758128821 0 # Node ID f900f7bba4c29de66190e25d55622c943f3081a8 # Parent 85ae0f534b7bf68058d6d64ae353295a7b5b96f2 (x_sync): New function. diff -r 85ae0f534b7b -r f900f7bba4c2 src/xfns.c --- 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 () {