1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00

(x_make_frame_visible): Give dummy arg to

input_poll_signal.
This commit is contained in:
Kenichi Handa 1997-11-27 08:32:40 +00:00
parent 8991bb31f8
commit 5e8e68ceec

View File

@ -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.