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:
3c4b767
)
applied Jukkas remark (dunno if this is correct though)
author
arg@mmvi
<unknown>
Fri, 22 Sep 2006 14:35:49 +0000
(16:35 +0200)
committer
arg@mmvi
<unknown>
Fri, 22 Sep 2006 14:35:49 +0000
(16:35 +0200)
view.c
patch
|
blob
|
history
diff --git
a/view.c
b/view.c
index c5e942d664e80a1213a5ececbaca644c9a17996e..fd53dc8595bfeb969ef68d42e9df524241bff391 100644
(file)
--- a/
view.c
+++ b/
view.c
@@
-112,12
+112,12
@@
dotile(Arg *arg) {
for(i = 0, c = clients; c; c = c->next) {
if(isvisible(c)) {
- if(c->ismax)
- togglemax(c);
if(c->isfloat) {
resize(c, True, TopLeft);
continue;
}
+ if(c->ismax)
+ togglemax(c);
if(n == 1) {
c->x = sx;
c->y = sy + bh;