From: Richard M. Stallman Date: Thu, 1 Sep 1994 20:32:44 +0000 (+0000) Subject: (x_make_frame_visible): Call input_polling_used. X-Git-Tag: emacs-19.34~7172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b2f8d4edb6412798f858299d7466451277e088b;p=emacs.git (x_make_frame_visible): Call input_polling_used. --- 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. */