dwm.c
changeset 1191 5fabfaafe75e
parent 1190 c8eaba1445a4
child 1192 4b81689380b3
equal deleted inserted replaced
1190:c8eaba1445a4 1191:5fabfaafe75e
  1722 
  1722 
  1723 	/* window area geometry */
  1723 	/* window area geometry */
  1724 	wx = sx;
  1724 	wx = sx;
  1725 	wy = sy;
  1725 	wy = sy;
  1726 	ww = sw;
  1726 	ww = sw;
  1727 	sh = sh - bh;
  1727 	wh = sh - bh;
  1728 
  1728 
  1729 	/* master area geometry */
  1729 	/* master area geometry */
  1730 	mfact = MFACT;
  1730 	mfact = MFACT;
  1731 	mx = wx;
  1731 	mx = wx;
  1732 	my = wy;
  1732 	my = wy;