aboutsummaryrefslogtreecommitdiffstats
path: root/tile.c
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-05-19 13:42:26 +0200
committerAnselm R Garbe <garbeam@gmail.com>2008-05-19 13:42:26 +0200
commit64707da9636d7e9d27281ac8fed8f29c3be4b3ba (patch)
tree5dafd60b5aaa752135b6b565b84bf6244dbaef15 /tile.c
parent549726869bd88f70727ecae8a28161700395b20b (diff)
downloaddwm-64707da9636d7e9d27281ac8fed8f29c3be4b3ba.tar.zst
updatetilegeom should be fine for setmfact
Diffstat (limited to 'tile.c')
-rw-r--r--tile.c2
1 files changed, 1 insertions, 1 deletions
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();
}