(swallow_events): New arg DO_DISPLAY.
authorKarl Heuer <kwzh@gnu.org>
Wed, 21 Feb 1996 21:06:51 +0000 (21:06 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 21 Feb 1996 21:06:51 +0000 (21:06 +0000)
commitd9d4c147ce55dab6b824df03632ce439b48c9105
tree51ef75281497b2888f3602d2f62c53360e4c343b
parent53e28d2aee3322a7ded788adbc5c916f0fb2e57a
(swallow_events): New arg DO_DISPLAY.

(swallow_events): Process timer_event events here.
(detect_input_pending_run_timers): New function.

(Vtimer_idle_list): New variable.
(syms_of_keyboard): Set up Lisp var.
(timer_check): Check for idle-time timers too.
Expect timers to have 8 slots.  Initialize triggertime.
(timer_start_idle, timer_stop_idle): New functions.

(get_input_pending): New arg do_timers_now.
(readable_events): Likewise.
(Finput_pending_p): Use get_input_pending, so we can specify
1 for do_timers_now.

(timer_check): Check for difference being zero.
src/keyboard.c