]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_make_frame_visible): Call input_polling_used.
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Sep 1994 20:32:44 +0000 (20:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Sep 1994 20:32:44 +0000 (20:32 +0000)
src/xterm.c

index d497c302eacaeab7b7173c9f26ad518f7a2fb961..8a7badded72db3c2e107af00e4455b6d4eace30a 100644 (file)
@@ -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.  */