aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-11-27 08:32:40 +0000
committerKenichi Handa1997-11-27 08:32:40 +0000
commit5e8e68ceec63cbcdf07b0f4ee96dcbd0cb677348 (patch)
tree6f7f4c28da32d879f2da50c009a5ebeb00d5421a
parent8991bb31f831bcceff9e4aa22166bf47675e7540 (diff)
downloademacs-5e8e68ceec63cbcdf07b0f4ee96dcbd0cb677348.tar.gz
emacs-5e8e68ceec63cbcdf07b0f4ee96dcbd0cb677348.zip
(x_make_frame_visible): Give dummy arg to
input_poll_signal.
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
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)
5846 /* It could be confusing if a real alarm arrives while processing 5846 /* It could be confusing if a real alarm arrives while processing
5847 the fake one. Turn it off and let the handler reset it. */ 5847 the fake one. Turn it off and let the handler reset it. */
5848 alarm (0); 5848 alarm (0);
5849 input_poll_signal (); 5849 input_poll_signal (0);
5850 } 5850 }
5851 /* Once we have handled input events, 5851 /* Once we have handled input events,
5852 we should have received the MapNotify if one is coming. 5852 we should have received the MapNotify if one is coming.