From f2ecfb623b54dacec13d23260a3c6512632c0eef Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 9 Jul 2002 01:22:16 +0000 Subject: when a window is iconified, set its workspace to 'all workspaces' so it shows up in taskbars still. otherwise its impossible to get back iconified windows. update teh stacking list when windows switch workspaces. --- src/Window.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Window.cc') diff --git a/src/Window.cc b/src/Window.cc index 407eef36..808315dc 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -1668,6 +1668,7 @@ void BlackboxWindow::iconify(void) { if (! (*it)->flags.iconic) (*it)->iconify(); } } + screen->updateStackingList(); } -- cgit v1.2.3