From: Dana Jansens Date: Thu, 30 Jan 2003 21:50:24 +0000 (+0000) Subject: update the strut when a client is unmanaged X-Git-Tag: openbox-2_3_0~115 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5de35ba1f75b4004bebec70c582b17f2f8820439;p=dana%2Fopenbox.git update the strut when a client is unmanaged --- diff --git a/src/screen.cc b/src/screen.cc index f86ea6b0..60208ef0 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -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();