some minor fixes 103fb58a
anselm@anselm1 · 2008-05-19 20:29 1 file(s) · +2 −2
dwm.c +2 −2
1671 1671
		wh = showbar ? sh - bh : sh;
1672 1672
	}
1673 1673
1674 -
	/* bar geometry*/
1674 +
	/* bar geometry */
1675 1675
	bx = wx;
1676 -
	by = showbar ? (topbar ? 0 : wy + wh) : -bh;
1676 +
	by = showbar ? (topbar ? wy - bh : wy + wh) : -bh;
1677 1677
	bw = ww;
1678 1678
1679 1679
	/* update layout geometries */