minor bugfix 69439715
Anselm R Garbe · 2008-03-13 13:01 1 file(s) · +1 −1
dwm.c +1 −1
1407 1407
	mh = wh;
1408 1408
1409 1409
	/* tile area */
1410 -
	tx = wx;
1410 +
	tx = mx + mw;
1411 1411
	ty = wy;
1412 1412
	tw = ww - mw;
1413 1413
	th = wh;