pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
2506003
)
right, multihead issue is not involved with growcol
author
Anselm R. Garbe
<arg@10kloc.org>
Tue, 5 Sep 2006 11:21:59 +0000
(13:21 +0200)
committer
Anselm R. Garbe
<arg@10kloc.org>
Tue, 5 Sep 2006 11:21:59 +0000
(13:21 +0200)
view.c
patch
|
blob
|
history
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);
{
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)
return;
if(sel == getnext(clients)) {
if(mw + arg->i > sw - 100)