]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct input_event): Use proper type for `kind'.
authorGerd Moellmann <gerd@gnu.org>
Fri, 5 Oct 2001 09:51:00 +0000 (09:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 5 Oct 2001 09:51:00 +0000 (09:51 +0000)
src/termhooks.h

index e129fa2a8ac8d749322806130aa57e3bc827a808..6a8cc8befd319895df3be86afbc3e016167c6da1 100644 (file)
@@ -341,7 +341,7 @@ enum event_kind
 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.