projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5497268
)
updatetilegeom should be fine for setmfact
author
Anselm R Garbe
<garbeam@gmail.com>
Mon, 19 May 2008 11:42:26 +0000
(12:42 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Mon, 19 May 2008 11:42:26 +0000
(12:42 +0100)
tile.c
patch
|
blob
|
history
diff --git
a/tile.c
b/tile.c
index 46cb500556f97291aee6b5926c838d184e80e596..8003c145024b33be868e559b0a2b8477d00b4fa0 100644
(file)
--- a/
tile.c
+++ b/
tile.c
@@
-20,7
+20,7
@@
setmfact(const char *arg) {
return;
mfact = d;
}
- updategeom();
+ update
tile
geom();
arrange();
}