mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:50:38 +00:00
Tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6189 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2594afdb42
commit
6a18da4e1e
10 changed files with 289 additions and 350 deletions
|
@ -122,9 +122,9 @@ NSApplication *NSApp = nil;
|
|||
}
|
||||
}
|
||||
|
||||
- (void) initDefaults
|
||||
- (void) _initDefaults
|
||||
{
|
||||
[super initDefaults];
|
||||
[super _initDefaults];
|
||||
[self setExcludedFromWindowsMenu: YES];
|
||||
[self setReleasedWhenClosed: NO];
|
||||
window_level = NSDockWindowLevel;
|
||||
|
@ -1604,12 +1604,12 @@ NSAssert([event retainCount] > 0, NSInternalInconsistencyException);
|
|||
|
||||
- (NSArray*) windows
|
||||
{
|
||||
return [NSWindow _windowList];
|
||||
return GSAllWindows();
|
||||
}
|
||||
|
||||
- (NSWindow *) windowWithWindowNumber: (int)windowNum
|
||||
{
|
||||
return [NSWindow _windowWithNumber: windowNum];
|
||||
return GSWindowWithNumber(windowNum);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue