From: Stefan Monnier Date: Thu, 4 Oct 2001 21:36:32 +0000 (+0000) Subject: (struct input_event): Use proper type for `kind'. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9e8d14d873eacd03a87b193421b0619c30af798;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.