Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
ecc95c9
)
small fix of the last commit
author
[email protected]
<unknown>
Sat, 5 Aug 2006 12:57:26 +0000
(14:57 +0200)
committer
[email protected]
<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
589b73e
..
6531410
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) {