]> Dogcows Code - chaz/openbox/blobdiff - src/screen.cc
handle mouse motion too
[chaz/openbox] / src / screen.cc
index 01abd83c0c341a7f7deadf026bd7db5cda8d7d4b..22d5d1be43567f610c9ec08a546f0eaf38df70f3 100644 (file)
@@ -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());
   
This page took 0.021546 seconds and 4 git commands to generate.