changeset 103105:f09e430f8c38

(init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 29 Apr 2009 03:48:47 +0000
parents 2380af35be5c
children feb396742215
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Wed Apr 29 03:48:38 2009 +0000
+++ b/src/keyboard.c	Wed Apr 29 03:48:47 2009 +0000
@@ -11681,6 +11681,7 @@
     (*keyboard_init_hook) ();
 
 #ifdef POLL_FOR_INPUT
+  poll_timer = NULL;
   poll_suppress_count = 1;
   start_polling ();
 #endif