Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
using light colorscheme, preparing merge of config.arg.h with config.default.h
[dwm.git]
/
tile.c
diff --git
a/tile.c
b/tile.c
index
7915441
..
56a06d3
100644
(file)
--- a/
tile.c
+++ b/
tile.c
@@
-63,7
+63,7
@@
tile(void) {
else
nh = th - 2 * c->border;
}
else
nh = th - 2 * c->border;
}
- resize(c, nx, ny, nw, nh,
False
);
+ resize(c, nx, ny, nw, nh,
RESIZEHINTS
);
if(n > 1 && th != wah)
ny += nh + 2 * c->border;
}
if(n > 1 && th != wah)
ny += nh + 2 * c->border;
}