Mac: Eliminated beep when clicking on splash screen on multi-core machines

ver1_6_1
Da Woon Jung 2009-01-15 02:00:05 +00:00
parent 355ca505c2
commit 10c2c9e4d1
9 changed files with 15 additions and 6 deletions

View File

@ -230,7 +230,7 @@ NSString* fatalErrorMessage;
return;
// beginModalSession also displays the window, but the centering
// is wrong so do the display and centering beforehand
session = [NSApp beginModalSessionForWindow: [glView window]];
session = [NSApp beginModalSessionForWindow: [splashWindowController window]];
for (;;)
{
if ( fatalErrorMessage != nil )
@ -514,7 +514,8 @@ NSString* fatalErrorMessage;
// Catch key events even when gl window is not key
-(void)delegateKeyDown:(NSEvent *)theEvent
{
[glView keyDown: theEvent];
if (ready)
[glView keyDown: theEvent];
}
// Held Key Simulation Methods ----------------------------------------------------------

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>IBFramework Version</key>
<string>672</string>
<string>677</string>
<key>IBLastKnownRelativeProjectPath</key>
<string>../celestia.xcodeproj</string>
<key>IBOldestOS</key>

Binary file not shown.

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>IBFramework Version</key>
<string>672</string>
<string>677</string>
<key>IBOldestOS</key>
<integer>2</integer>
<key>IBOpenObjects</key>

Binary file not shown.

View File

@ -90,6 +90,14 @@
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSResponder</string>
</dict>
<dict>
<key>CLASS</key>
<string>FirstResponder</string>

View File

@ -3,15 +3,15 @@
<plist version="1.0">
<dict>
<key>IBFramework Version</key>
<string>672</string>
<string>677</string>
<key>IBLastKnownRelativeProjectPath</key>
<string>../celestia.xcodeproj</string>
<key>IBOldestOS</key>
<integer>2</integer>
<key>IBOpenObjects</key>
<array>
<integer>1662</integer>
<integer>892</integer>
<integer>1662</integer>
</array>
<key>IBSystem Version</key>
<string>9F33</string>

Binary file not shown.

Binary file not shown.