From: Gerd Moellmann Date: Fri, 5 Oct 2001 09:51:00 +0000 (+0000) Subject: (struct input_event): Use proper type for `kind'. X-Git-Tag: ttn-vms-21-2-B4~19734 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9dff54b9422ed37535789a2095c3d721e8dcba9;p=emacs.git (struct input_event): Use proper type for `kind'. --- diff --git a/src/termhooks.h b/src/termhooks.h index e129fa2a8ac..6a8cc8befd3 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -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.