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:
ecc95c9
)
small fix of the last commit
author
arg@10ksloc.org
<unknown>
Sat, 5 Aug 2006 12:57:26 +0000
(14:57 +0200)
committer
arg@10ksloc.org
<unknown>
Sat, 5 Aug 2006 12:57:26 +0000
(14:57 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index 589b73e76431050787555f211d7bc568e315a0f0..653141076c3d138ea0f63229b1d534b948f9d1f4 100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-466,7
+466,7
@@
zoom(Arg *arg)
{
Client *c;
- if(!sel ||
arrange != dotile
)
+ if(!sel ||
(arrange != dotile) || sel->isfloat
)
return;
if(sel == getnext(clients) && sel->next) {