From aa2ffb06ef6eaffeb31010acb11df8a191db6446 Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 18 Jun 2018 22:05:29 -0400 Subject: [PATCH] [WindowsDriver] Fix the EventType type --- Terminal.Gui/Drivers/WindowsDriver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Drivers/WindowsDriver.cs b/Terminal.Gui/Drivers/WindowsDriver.cs index ca1b107fb..fc28abb49 100644 --- a/Terminal.Gui/Drivers/WindowsDriver.cs +++ b/Terminal.Gui/Drivers/WindowsDriver.cs @@ -221,7 +221,7 @@ namespace Terminal.Gui { public uint bSetFocus; } - public enum EventType { + public enum EventType : ushort { Focus = 0x10, Key = 0x1, Menu = 0x8,