# HG changeset patch # User Kenichi Handa # Date 880619560 0 # Node ID 8e58003a8d02398cfdabe649ff0ef9b70eaf3060 # Parent f3c322901601419ed6b9a3905c1fb4911176ec3e (x_make_frame_visible): Give dummy arg to input_poll_signal. diff -r f3c322901601 -r 8e58003a8d02 src/xterm.c --- 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.