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:
parent
4c0dc72228
commit
4e87f4d2ad
1 changed files with 2 additions and 0 deletions
|
|
@ -3730,7 +3730,9 @@ void
|
|||
x_sync (frame)
|
||||
Lisp_Object frame;
|
||||
{
|
||||
BLOCK_INPUT;
|
||||
XSync (x_current_display, False);
|
||||
UNBLOCK_INPUT;
|
||||
}
|
||||
|
||||
syms_of_xfns ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue