X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/a92cf496c18189f9cbc7c1d7f8edcebbd1d7ff99..0e515a06c8231f1dddc50d86d17eb51634783eca:/tile.c?ds=sidebyside diff --git a/tile.c b/tile.c index 7915441..56a06d3 100644 --- a/tile.c +++ b/tile.c @@ -63,7 +63,7 @@ tile(void) { 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; }