put !normal windows in the stacking client list as well as the normal client list
This commit is contained in:
parent
b1da899b32
commit
82bf5b555f
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ void Workspace::appendStackOrder(BlackboxWindowList &stack_order) const {
|
|||
BlackboxWindowList::const_reverse_iterator it = stackingList.rbegin();
|
||||
const BlackboxWindowList::const_reverse_iterator end = stackingList.rend();
|
||||
for (; it != end; ++it)
|
||||
if ((*it)->isNormal())
|
||||
if (! (*it)->isDesktop())
|
||||
stack_order.push_back(*it);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue