X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=tile.c;h=8003c145024b33be868e559b0a2b8477d00b4fa0;hp=46cb500556f97291aee6b5926c838d184e80e596;hb=64707da9636d7e9d27281ac8fed8f29c3be4b3ba;hpb=549726869bd88f70727ecae8a28161700395b20b diff --git a/tile.c b/tile.c index 46cb500..8003c14 100644 --- a/tile.c +++ b/tile.c @@ -20,7 +20,7 @@ setmfact(const char *arg) { return; mfact = d; } - updategeom(); + updatetilegeom(); arrange(); }