diff options
Diffstat (limited to 'src/keyboard.h')
| -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 91008a3ea24..69c804c873d 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -191,8 +191,8 @@ extern KBOARD *current_kboard; | |||
| 191 | /* A list of all kboard objects, linked through next_kboard. */ | 191 | /* A list of all kboard objects, linked through next_kboard. */ |
| 192 | extern KBOARD *all_kboards; | 192 | extern KBOARD *all_kboards; |
| 193 | 193 | ||
| 194 | /* Total number of times read_char has returned, modulo SIZE_MAX + 1. */ | 194 | /* Total number of times read_char has returned, modulo UINTMAX_MAX + 1. */ |
| 195 | extern size_t num_input_events; | 195 | extern uintmax_t num_input_events; |
| 196 | 196 | ||
| 197 | /* Nonzero means polling for input is temporarily suppressed. */ | 197 | /* Nonzero means polling for input is temporarily suppressed. */ |
| 198 | extern int poll_suppress_count; | 198 | extern int poll_suppress_count; |