1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00

(x_sync): Block input.

This commit is contained in:
Richard M. Stallman 1994-01-10 22:37:42 +00:00
parent 4c0dc72228
commit 4e87f4d2ad

View file

@ -3730,7 +3730,9 @@ void
x_sync (frame)
Lisp_Object frame;
{
BLOCK_INPUT;
XSync (x_current_display, False);
UNBLOCK_INPUT;
}
syms_of_xfns ()