aewl
diff draw.c @ 749:6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
author | meillo@marmaro.de |
---|---|
date | Sun, 11 Feb 2007 17:20:22 +0100 |
parents | 61821891835c |
children | 743061dbe7f2 |
line diff
1.1 --- a/draw.c Sun Feb 11 12:20:54 2007 +0100 1.2 +++ b/draw.c Sun Feb 11 17:20:22 2007 +0100 1.3 @@ -90,7 +90,7 @@ 1.4 dc.x += dc.w + 1; 1.5 } 1.6 dc.w = bmw; 1.7 - drawtext(arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, dc.norm, False, False); 1.8 + drawtext("", dc.norm, False, False); 1.9 x = dc.x + dc.w; 1.10 dc.w = textw(stext); 1.11 dc.x = sw - dc.w;