update the strut when a client is unmanaged

This commit is contained in:
Dana Jansens 2003-01-30 21:50:24 +00:00
parent c0446bba1f
commit 5de35ba1f7

View 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();