mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 05:32:11 +00:00
Tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3975 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
45b59a7841
commit
bc4841ed81
2 changed files with 2 additions and 1 deletions
|
@ -1098,7 +1098,7 @@ BOOL done = NO;
|
|||
|
||||
if ([win isKindOfClass: [NSWindow class]])
|
||||
{
|
||||
[win orderFront: self];
|
||||
[win orderBack: self];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
#include <gnustep/gui/config.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
|
|
Loading…
Reference in a new issue