updatetilegeom should be fine for setmfact - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 64707da9636d7e9d27281ac8fed8f29c3be4b3ba
 (DIR) parent 549726869bd88f70727ecae8a28161700395b20b
 (HTM) Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Mon, 19 May 2008 12:42:26 +0100
       
       updatetilegeom should be fine for setmfact
       Diffstat:
         M tile.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/tile.c b/tile.c
       @@ -20,7 +20,7 @@ setmfact(const char *arg) {
                                return;
                        mfact = d;
                }
       -        updategeom();
       +        updatetilegeom();
                arrange();
        }