projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0446bb
)
update the strut when a client is unmanaged
author
Dana Jansens
<danakj@orodu.net>
Thu, 30 Jan 2003 21:50:24 +0000
(21:50 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 30 Jan 2003 21:50:24 +0000
(21:50 +0000)
src/screen.cc
patch
|
blob
|
history
diff --git
a/src/screen.cc
b/src/screen.cc
index f86ea6b075ea440441c34b00e2f20c57316cf1c9..60208ef0aa9d4215d7ec0e3a2335a4d584772115 100644
(file)
--- 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();