mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:50:38 +00:00
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:
parent
027f6c59ab
commit
817142915c
4 changed files with 37 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue