mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(x_make_frame_visible): Give dummy arg to
input_poll_signal.
This commit is contained in:
parent
8991bb31f8
commit
5e8e68ceec
1 changed files with 1 additions and 1 deletions
|
|
@ -5846,7 +5846,7 @@ x_make_frame_visible (f)
|
|||
/* It could be confusing if a real alarm arrives while processing
|
||||
the fake one. Turn it off and let the handler reset it. */
|
||||
alarm (0);
|
||||
input_poll_signal ();
|
||||
input_poll_signal (0);
|
||||
}
|
||||
/* Once we have handled input events,
|
||||
we should have received the MapNotify if one is coming.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue