X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/169d96ae8fdf430fd028de74a97c8901759174be..ae760f3f3883cbb4249d46d2213c86696c64cd04:/tile.c?ds=inline 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; }