From d9e8d14d873eacd03a87b193421b0619c30af798 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 4 Oct 2001 21:36:32 +0000 Subject: [PATCH] (struct input_event): Use proper type for `kind'. --- src/termhooks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5