Mercurial > emacs
changeset 20364:8e58003a8d02
(x_make_frame_visible): Give dummy arg to
input_poll_signal.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Nov 1997 08:32:40 +0000 |
parents | f3c322901601 |
children | cfba77fb710b |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Thu Nov 27 08:15:40 1997 +0000 +++ b/src/xterm.c Thu Nov 27 08:32:40 1997 +0000 @@ -5846,7 +5846,7 @@ /* 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.