Suppress app icon window by simply not ordering it in.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28831 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-10-17 05:35:56 +00:00
parent 027f6c59ab
commit 817142915c
4 changed files with 37 additions and 19 deletions

View file

@ -1647,6 +1647,12 @@ many times.
GSDisplayServer *srv = GSServerForWindow(self);
BOOL display = NO;
if (YES == [[NSUserDefaults standardUserDefaults]
boolForKey: @"GSBackgroundApp"])
{
return;
}
if (place == NSWindowOut)
{
if (_windowNum == 0)