diff options
| -rw-r--r-- | src/keyboard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 1c36e11d1b8..325ff4565ce 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -174,10 +174,10 @@ extern Lisp_Object Vlucid_menu_bar_dirty_flag; | |||
| 174 | extern Lisp_Object Qrecompute_lucid_menubar, Qactivate_menubar_hook; | 174 | extern Lisp_Object Qrecompute_lucid_menubar, Qactivate_menubar_hook; |
| 175 | 175 | ||
| 176 | /* Total number of times read_char has returned. */ | 176 | /* Total number of times read_char has returned. */ |
| 177 | extern int num_input_chars; | 177 | extern int num_input_events; |
| 178 | 178 | ||
| 179 | /* Total number of times read_char has returned, outside of macros. */ | 179 | /* Total number of times read_char has returned, outside of macros. */ |
| 180 | extern int num_nonmacro_input_chars; | 180 | extern int num_nonmacro_input_events; |
| 181 | 181 | ||
| 182 | /* Nonzero means polling for input is temporarily suppressed. */ | 182 | /* Nonzero means polling for input is temporarily suppressed. */ |
| 183 | extern int poll_suppress_count; | 183 | extern int poll_suppress_count; |