diff options
| author | Richard M. Stallman | 1996-01-29 04:53:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-29 04:53:39 +0000 |
| commit | b962d6c6ab44a0b911494aaea6d661401be3ed20 (patch) | |
| tree | 6c0d9238eb8e4a8257ce10cf6caeab8c53d5dd5a /src | |
| parent | c04cbc3b12665ec8f06c12f6c0be2680523c39c1 (diff) | |
| download | emacs-b962d6c6ab44a0b911494aaea6d661401be3ed20.tar.gz emacs-b962d6c6ab44a0b911494aaea6d661401be3ed20.zip | |
(event_kind): New event type: timer_event.
Diffstat (limited to 'src')
| -rw-r--r-- | src/termhooks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 314129c209e..bd1fdc369e5 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -220,6 +220,7 @@ enum event_kind | |||
| 220 | which the key was typed. | 220 | which the key was typed. |
| 221 | .timestamp gives a timestamp (in | 221 | .timestamp gives a timestamp (in |
| 222 | milliseconds) for the keystroke. */ | 222 | milliseconds) for the keystroke. */ |
| 223 | timer_event, /* A timer fired. */ | ||
| 223 | mouse_click, /* The button number is in .code; it must | 224 | mouse_click, /* The button number is in .code; it must |
| 224 | be >= 0 and < NUM_MOUSE_BUTTONS, defined | 225 | be >= 0 and < NUM_MOUSE_BUTTONS, defined |
| 225 | below. | 226 | below. |