X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=tile.c;h=56a06d36a05a651d12a84fcd7378625dfbcb0f37;hp=7915441d05f2e00e9a6b809ee08251965ed924c3;hb=ae760f3f3883cbb4249d46d2213c86696c64cd04;hpb=169d96ae8fdf430fd028de74a97c8901759174be 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; }