# HG changeset patch # User Richard M. Stallman # Date 778451564 0 # Node ID 42f95b1368ea0cd17a01b0b75cc4789668575819 # Parent 2fa333e36b60a27a789bfa5511ed8f6b2fb99d79 (x_make_frame_visible): Call input_polling_used. diff -r 2fa333e36b60 -r 42f95b1368ea src/xterm.c --- a/src/xterm.c Thu Sep 01 18:06:24 1994 +0000 +++ b/src/xterm.c Thu Sep 01 20:32:44 1994 +0000 @@ -5678,7 +5678,7 @@ 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. */