]> Dogcows Code - chaz/openbox/commitdiff
update the strut when a client is unmanaged
authorDana Jansens <danakj@orodu.net>
Thu, 30 Jan 2003 21:50:24 +0000 (21:50 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 30 Jan 2003 21:50:24 +0000 (21:50 +0000)
src/screen.cc

index f86ea6b075ea440441c34b00e2f20c57316cf1c9..60208ef0aa9d4215d7ec0e3a2335a4d584772115 100644 (file)
@@ -608,6 +608,10 @@ void Screen::unmanageWindow(Client *client)
   // remove from the screen's list
   clients.remove(client);
 
+  // once the client is out of the list, update our strut to remove it's
+  // influence
+  updateStrut();
+
   // unfocus the client (calls the focus callbacks)
   client->unfocus();
 
This page took 0.022777 seconds and 4 git commands to generate.