tupdatetilegeom should be fine for setmfact - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/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
t@@ -20,7 +20,7 @@ setmfact(const char *arg) {
return;
mfact = d;
}
- updategeom();
+ updatetilegeom();
arrange();
}