draw.c
changeset 688 39fa5308d73f
parent 687 a76799907854
child 689 cbec08a54a15
equal deleted inserted replaced
687:a76799907854 688:39fa5308d73f
   118 		else
   118 		else
   119 			drawtext(tags[i], dc.norm, sel && sel->tags[i], isoccupied(i));
   119 			drawtext(tags[i], dc.norm, sel && sel->tags[i], isoccupied(i));
   120 		dc.x += dc.w;
   120 		dc.x += dc.w;
   121 	}
   121 	}
   122 	dc.w = bmw;
   122 	dc.w = bmw;
   123 	drawtext(mtext, dc.status, False, False);
   123 	drawtext(arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, dc.status, False, False);
   124 	x = dc.x + dc.w;
   124 	x = dc.x + dc.w;
   125 	dc.w = textw(stext);
   125 	dc.w = textw(stext);
   126 	dc.x = bw - dc.w;
   126 	dc.x = bw - dc.w;
   127 	if(dc.x < x) {
   127 	if(dc.x < x) {
   128 		dc.x = x;
   128 		dc.x = x;