mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
Ooops, a closing parenthesis got lost in the last commit :-(
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@32167 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ed986c30f8
commit
f85e6a7f1d
1 changed files with 1 additions and 1 deletions
|
@ -2942,7 +2942,7 @@ static BOOL didCreatePixmaps;
|
|||
*/
|
||||
if ((window->win_attrs.window_level != NSNormalWindowLevel) ||
|
||||
((window->win_attrs.window_style &
|
||||
(NSIconWindowMask|NSMiniWindowMask)) != 0)
|
||||
(NSIconWindowMask|NSMiniWindowMask)) != 0))
|
||||
{
|
||||
/*
|
||||
* Make any window which assumes the desktop level act as the background.
|
||||
|
|
Loading…
Reference in a new issue