diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-05-19 12:42:26 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-05-19 12:42:26 +0100 |
commit | 64707da9636d7e9d27281ac8fed8f29c3be4b3ba (patch) | |
tree | 5dafd60b5aaa752135b6b565b84bf6244dbaef15 /tile.c | |
parent | 549726869bd88f70727ecae8a28161700395b20b (diff) |
updatetilegeom should be fine for setmfact
Diffstat (limited to 'tile.c')
-rw-r--r-- | tile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ setmfact(const char *arg) { return; mfact = d; } - updategeom(); + updatetilegeom(); arrange(); } |