diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-09 04:49:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-09 04:49:04 +0000 |
| commit | 8e34bfcfcbd7bfc9913f40a23016f30c63803611 (patch) | |
| tree | f9253696d8bf0a0f7c1a6f0deb07b15aad3899f8 /src/Screen.cc | |
| parent | f2ecfb623b54dacec13d23260a3c6512632c0eef (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.cc | 5 |
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); |
