]> Dogcows Code - chaz/openbox/blobdiff - src/Workspace.cc
put !normal windows in the stacking client list as well as the normal client list
[chaz/openbox] / 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.021294 seconds and 4 git commands to generate.