pinosaur
/
dwm.git
/ commitdiff
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
46cb500
..
8003c14
100644
(file)
--- a/
tile.c
+++ b/
tile.c
@@
-20,7
+20,7
@@
setmfact(const char *arg) {
return;
mfact = d;
}
- updategeom();
+ update
tile
geom();
arrange();
}