summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-29 04:53:39 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-29 04:53:39 +0000
commit37a3133f34a251bb345f67983c9e0a5fca021183 (patch)
tree7c77724f4f7c9a968517c0432556e3e42f1c2175 /src
parent7b709bee616303014ced5bc44d6d784f071db5bb (diff)
downloademacs-37a3133f34a251bb345f67983c9e0a5fca021183.tar.gz
(event_kind): New event type: timer_event.
Diffstat (limited to 'src')
-rw-r--r--src/termhooks.h1
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
which the key was typed.
.timestamp gives a timestamp (in
milliseconds) for the keystroke. */
+ timer_event, /* A timer fired. */
mouse_click, /* The button number is in .code; it must
be >= 0 and < NUM_MOUSE_BUTTONS, defined
below.