Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
right, multihead issue is not involved with growcol
[dwm.git]
/
view.c
diff --git
a/view.c
b/view.c
index
8f5ad64
..
4c656f3
100644
(file)
--- a/
view.c
+++ b/
view.c
@@
-174,7
+174,7
@@
growcol(Arg *arg)
{
Client *c = getnext(clients);
- if(!sel || !
c || !
getnext(c->next) || (arrange != dotile))
+ if(!sel || !getnext(c->next) || (arrange != dotile))
return;
if(sel == getnext(clients)) {
if(mw + arg->i > sw - 100)