diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-04 01:29:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-04 01:29:01 +0000 |
| commit | bdc491ccfe71ce29a5a1ea813da4b1c66e2fa330 (patch) | |
| tree | 13b9e36e5ec02a0ef355ba18874c4854c9608631 /src/screen.cc | |
| parent | 9860b76c50e5ecacc85921539058eab4c655c38d (diff) | |
map and unmap work great now yay
Diffstat (limited to 'src/screen.cc')
| -rw-r--r-- | src/screen.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.cc b/src/screen.cc index 01abd83c..22d5d1be 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -387,6 +387,8 @@ void OBScreen::unmanageWindow(OBClient *client) // XXX: pass around focus if this window was focused + // remove from the wm's map + Openbox::instance->removeClient(client->window()); // unregister for handling events Openbox::instance->clearHandler(client->window()); |
