new OSX version should be ready

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1753 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Franck Charlet
2011-03-10 23:38:38 +00:00
parent 431484914e
commit a5fc3d9fec
3 changed files with 5 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ static NSString *getApplicationName(void)
if (NSKeyDown == [anEvent type] || NSKeyUp == [anEvent type]) {
if ([anEvent modifierFlags] & NSCommandKeyMask)
{
SDL_SetModState(SDL_GetModState() | KMOD_META);
// SDL_SetModState(SDL_GetModState() /*| KMOD_META*/);
[super sendEvent: anEvent];
}
} else