Removed non-standard enum

This commit is contained in:
Jack Andersen 2015-09-02 18:28:12 -10:00
parent 13edb3eb01
commit 101345c221

View File

@ -237,7 +237,7 @@ IGraphicsContext* _CGraphicsContextCocoaNew(IGraphicsContext::EGraphicsAPI api,
return YES;
}
static inline boo::IWindowCallback::EModifierKey getMod(NSEventModifierFlags flags)
static inline boo::IWindowCallback::EModifierKey getMod(NSUInteger flags)
{
int ret = boo::IWindowCallback::MKEY_NONE;
if (flags & NSControlKeyMask)