From: Kenichi Handa Date: Thu, 27 Nov 1997 08:32:40 +0000 (+0000) Subject: (x_make_frame_visible): Give dummy arg to X-Git-Tag: emacs-20.3~2709 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e8e68ceec63cbcdf07b0f4ee96dcbd0cb677348;p=emacs.git (x_make_frame_visible): Give dummy arg to input_poll_signal. --- diff --git a/src/xterm.c b/src/xterm.c index 5893fc8e84c..b772b4974b0 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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.