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/openbox.cc | |
| parent | 9860b76c50e5ecacc85921539058eab4c655c38d (diff) | |
map and unmap work great now yay
Diffstat (limited to 'src/openbox.cc')
| -rw-r--r-- | src/openbox.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openbox.cc b/src/openbox.cc index 0c534a0f..72c603f2 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -260,6 +260,7 @@ void Openbox::addClient(Window window, OBClient *client) void Openbox::removeClient(Window window) { + _clients[window] = 0; ClientMap::iterator it = _clients.find(window); if (it != _clients.end()) _clients.erase(it); |
