git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4534 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-07-06 19:20:49 +00:00
parent 26ac1fdc3b
commit 0b71d5bf25
2 changed files with 3 additions and 1 deletions

View file

@ -141,6 +141,7 @@ NSApplication *NSApp = nil;
NSDebugLog(@"Begin of NSApplication -init\n");
app_is_active = YES;
listener = [GSServicesManager newWithApplication: self];
main_menu = nil;
@ -872,7 +873,7 @@ NSAssert([event retainCount] > 0, NSInternalInconsistencyException);
if (win != key && [win isKindOfClass: [NSWindow class]])
{
[win orderFront: self];
[win orderFrontRegardless];
}
}
}

View file

@ -604,6 +604,7 @@ static NSRecursiveLock *windowsLock;
- (void) setLevel: (int)newLevel
{
window_level = newLevel;
[self orderWindow: NSWindowAbove relativeTo: 0];
}
/*