]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.cc
map and unmap work great now yay
[chaz/openbox] / src / openbox.cc
index 0c534a0f18df6f92018ecbca527bd46040a86a90..72c603f29ef492194856ab5533f988c38a2fcafa 100644 (file)
@@ -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);
This page took 0.02545 seconds and 4 git commands to generate.