Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
applied Jukkas remark (dunno if this is correct though)
[dwm.git]
/
view.c
diff --git
a/view.c
b/view.c
index
c5e942d
..
fd53dc8
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;