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:
fa244aa
)
minor fixes
author
Anselm R Garbe
<garbeam@gmail.com>
Sun, 11 May 2008 19:27:01 +0000
(20:27 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Sun, 11 May 2008 19:27:01 +0000
(20:27 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index 37eb299067676c15743485bd590f9295b2662481..d4fd0d5bfcb8cb666329aec7c69536126b8b962a 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1432,8
+1432,7
@@
setup(void) {
sw = DisplayWidth(dpy, screen);
sh = DisplayHeight(dpy, screen);
bh = dc.font.height + 2;
-
- /* update geometry */
+ mfact = MFACT;
updategeom();
/* init atoms */
@@
-1727,7
+1726,6
@@
updategeom(void) {
wh = sh - bh;
/* master area geometry */
- mfact = MFACT;
mx = wx;
my = wy;
mw = mfact * ww;