comparison draw.c @ 530:451f19d48845

removed the stack position stuff
author Anselm R. Garbe <arg@10kloc.org>
date Thu, 05 Oct 2006 19:27:28 +0200
parents 6cad48068e4c
children 651f2c868b31
comparison
equal deleted inserted replaced
529:e2bd83191fc6 530:451f19d48845
102 drawtext(tags[i], dc.norm, sel && sel->tags[i]); 102 drawtext(tags[i], dc.norm, sel && sel->tags[i]);
103 dc.x += dc.w; 103 dc.x += dc.w;
104 } 104 }
105 105
106 dc.w = bmw; 106 dc.w = bmw;
107 drawtext(arrange == dofloat ? 107 drawtext(arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, dc.status, False);
108 FLOATSYMBOL : stackpos == StackBottom ?
109 BSTACKSYMBOL : VSTACKSYMBOL, dc.status, False);
110 108
111 x = dc.x + dc.w; 109 x = dc.x + dc.w;
112 dc.w = textw(stext); 110 dc.w = textw(stext);
113 dc.x = bx + bw - dc.w; 111 dc.x = bx + bw - dc.w;
114 if(dc.x < x) { 112 if(dc.x < x) {