diff options
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index bc61a986cce..4cad4825cdd 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -229,7 +229,7 @@ struct input_event | |||
| 229 | For a HELP_EVENT, this is the position within the object | 229 | For a HELP_EVENT, this is the position within the object |
| 230 | (stored in ARG below) where the help was found. */ | 230 | (stored in ARG below) where the help was found. */ |
| 231 | /* In WindowsNT, for a mouse wheel event, this is the delta. */ | 231 | /* In WindowsNT, for a mouse wheel event, this is the delta. */ |
| 232 | EMACS_INT code; | 232 | ptrdiff_t code; |
| 233 | enum scroll_bar_part part; | 233 | enum scroll_bar_part part; |
| 234 | 234 | ||
| 235 | int modifiers; /* See enum below for interpretation. */ | 235 | int modifiers; /* See enum below for interpretation. */ |