From 8b2f8d4edb6412798f858299d7466451277e088b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 1 Sep 1994 20:32:44 +0000 Subject: [PATCH] (x_make_frame_visible): Call input_polling_used. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index d497c302eac..8a7badded72 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -5678,7 +5678,7 @@ x_make_frame_visible (f) to let the handler know that there's something to be read. We used to raise a real alarm, but it seems that the handler isn't always enabled here. This is probably a bug. */ - if (polling_for_input) + if (input_polling_used ()) { /* It could be confusing if a real alarm arrives while processing the fake one. Turn it off and let the handler reset it. */ -- 2.39.5