From 31c0d39ecfa987dd420c6d57f60385d739390f55 Mon Sep 17 00:00:00 2001 From: markgrebe Date: Sun, 29 Jan 2006 23:06:10 +0000 Subject: [PATCH] Set Xcode project back to Deployment mode, so optimization is turned on, as this was accidently left off for the 2.1.0 release. Also, fixed issue with video size menu items. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@990 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/macosx/Menus.m | 6 +++--- stella/src/macosx/stella.pbproj/project.pbxproj | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stella/src/macosx/Menus.m b/stella/src/macosx/Menus.m index e0f997d7f..7e3269b86 100755 --- a/stella/src/macosx/Menus.m +++ b/stella/src/macosx/Menus.m @@ -4,7 +4,7 @@ Mark Grebe */ -/* $Id: Menus.m,v 1.10 2005-10-15 19:02:15 markgrebe Exp $ */ +/* $Id: Menus.m,v 1.11 2006-01-29 23:06:10 markgrebe Exp $ */ #import #import "SDL.h" @@ -122,12 +122,12 @@ static Menus *sharedInstance = nil; - (IBAction)biggerScreen:(id)sender { - [self pushKeyEvent:SDLK_EQUALS:YES:YES]; + [self pushKeyEvent:SDLK_EQUALS:NO:YES]; } - (IBAction)smallerScreen:(id)sender { - [self pushKeyEvent:SDLK_MINUS:YES:YES]; + [self pushKeyEvent:SDLK_MINUS:NO:YES]; } - (IBAction)fullScreen:(id)sender diff --git a/stella/src/macosx/stella.pbproj/project.pbxproj b/stella/src/macosx/stella.pbproj/project.pbxproj index 72f7a8c11..05883f378 100755 --- a/stella/src/macosx/stella.pbproj/project.pbxproj +++ b/stella/src/macosx/stella.pbproj/project.pbxproj @@ -287,7 +287,7 @@ CFBundleExecutable StellaOSX CFBundleGetInfoString - 2.1.0 + 2.1.0a CFBundleHelpBookFolder docs CFBundleHelpBookName @@ -299,13 +299,13 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - StellaOSX 2.1.0 + StellaOSX 2.1.0a CFBundlePackageType APPL CFBundleSignature StLa CFBundleVersion - 2.1.0 + 2.1.0a NSMainNibFile SDLMain.nib NSPrincipalClass