# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1240976927 0 # Node ID f09e430f8c38f8580a34daad107e44fb8d4589f6 # Parent 2380af35be5c9801d1b9ba412218e7e1a4bc1c25 (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer. diff -r 2380af35be5c -r f09e430f8c38 src/keyboard.c --- 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