JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
updatetilegeom should be fine for setmfact
[dwm.git] / tile.c
diff --git a/tile.c b/tile.c
index 46cb500..8003c14 100644 (file)
--- a/tile.c
+++ b/tile.c
@@ -20,7 +20,7 @@ setmfact(const char *arg) {
                        return;
                mfact = d;
        }
-       updategeom();
+       updatetilegeom();
        arrange();
 }