projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa860d
)
hotfix
author
Anselm R. Garbe
<arg@10kloc.org>
Thu, 7 Sep 2006 16:13:19 +0000
(18:13 +0200)
committer
Anselm R. Garbe
<arg@10kloc.org>
Thu, 7 Sep 2006 16:13:19 +0000
(18:13 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index 71ef677a4f1df0cb4578d9f6d6323d46add7a406..49229a798d04141e7d2c4be38c780302a80d0c96 100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-418,6
+418,7
@@
unmanage(Client *c)
XSetErrorHandler(xerrordummy);
detach(c);
+ detachstack(c);
if(sel == c) {
for(sel = stack; sel && !isvisible(sel); sel = sel->snext);
focus(sel);
@@
-426,7
+427,6
@@
unmanage(Client *c)
XUngrabButton(dpy, AnyButton, AnyModifier, c->win);
XDestroyWindow(dpy, c->twin);
- detachstack(c);
free(c->tags);
free(c);