tminor fixes - 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 446fa8c67117e14e0e9c2a08f83dfa5bed69ea18
(DIR) parent fa244aa7fbcb438193b17111724640be244543ad
(HTM) Author: Anselm R Garbe <garbeam@gmail.com>
Date: Sun, 11 May 2008 20:27:01 +0100
minor fixes
Diffstat:
M dwm.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
(DIR) diff --git a/dwm.c b/dwm.c
t@@ -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 */
t@@ -1727,7 +1726,6 @@ updategeom(void) {
wh = sh - bh;
/* master area geometry */
- mfact = MFACT;
mx = wx;
my = wy;
mw = mfact * ww;