]> Dogcows Code - chaz/openbox/blobdiff - src/Window.cc
when a window is iconified, set its workspace to 'all workspaces' so it shows up...
[chaz/openbox] / src / Window.cc
index 407eef36ae840611d9cc8a50950d5e8e8bca037c..808315dc0846f1b6d14230670ee25e8bede2d39a 100644 (file)
@@ -1668,6 +1668,7 @@ void BlackboxWindow::iconify(void) {
       if (! (*it)->flags.iconic) (*it)->iconify();
     }
   }
+  screen->updateStackingList();
 }
 
 
This page took 0.022549 seconds and 4 git commands to generate.