# HG changeset patch # User Gerd Moellmann # Date 1002275460 0 # Node ID 936ffa2961ca06f4a95bf14d06b2e832fc161a22 # Parent 3416667c2093f842b8ff492885abbd89b11c7a7f (struct input_event): Use proper type for `kind'. diff -r 3416667c2093 -r 936ffa2961ca src/termhooks.h --- 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.