diff src/termhooks.h @ 39583:936ffa2961ca
(struct input_event): Use proper type for `kind'.
| author |
Gerd Moellmann <gerd@gnu.org> |
| date |
Fri, 05 Oct 2001 09:51:00 +0000 |
| parents |
e96da8e19cef |
| children |
30ac10baa2b5 |
line diff
--- a/src/termhooks.h Fri Oct 05 09:50:10 2001 +0000
+++ b/src/termhooks.h Fri Oct 05 09:51:00 2001 +0000
@@ -341,7 +341,7 @@
struct input_event
{
/* What kind of event was this? */
- int kind;
+ enum event_kind kind;
/* For an ascii_keystroke and multibyte_char_keystroke, this is the
character.