]> Dogcows Code - chaz/openbox/commitdiff
put !normal windows in the stacking client list as well as the normal client list
authorDana Jansens <danakj@orodu.net>
Sat, 24 Aug 2002 20:43:58 +0000 (20:43 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 24 Aug 2002 20:43:58 +0000 (20:43 +0000)
src/Workspace.cc

index b943bc3ae21efbc7450657ae24bc962a0cf3ea95..b1a25b1a5401495e8326a8391c9d0f07d495422f 100644 (file)
@@ -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);
 }
 
This page took 0.02533 seconds and 4 git commands to generate.