changeset 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 3416667c2093
children 6145836b795c
files src/termhooks.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
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.