]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct input_event): Use proper type for `kind'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 4 Oct 2001 21:36:32 +0000 (21:36 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 4 Oct 2001 21:36:32 +0000 (21:36 +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.