summaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-09 04:49:04 +0000
committerDana Jansens <danakj@orodu.net>2002-07-09 04:49:04 +0000
commit8e34bfcfcbd7bfc9913f40a23016f30c63803611 (patch)
treef9253696d8bf0a0f7c1a6f0deb07b15aad3899f8 /src/Screen.cc
parentf2ecfb623b54dacec13d23260a3c6512632c0eef (diff)
keep iconified windows' workspace set to BSENTINEL, but set the NETWM hint to 0xffffffff (all desktops)
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index eb81f0ca..beb64d71 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -921,10 +921,7 @@ void BScreen::LoadStyle(void) {
void BScreen::addIcon(BlackboxWindow *w) {
if (! w) return;
- // we set the workspace to 'all workspaces' so that taskbars will show the
- // window. otherwise, it made uniconifying a window impoosible without the
- // blackbox workspace menu
- w->setWorkspace(0xffffffff);
+ w->setWorkspace(BSENTINEL);
w->setWindowNumber(iconList.size());
iconList.push_back(w);