From a9dff54b9422ed37535789a2095c3d721e8dcba9 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 5 Oct 2001 09:51:00 +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.2