Mercurial > 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 wrap: on
line diff
--- a/draw.c Sun Feb 11 12:20:54 2007 +0100 +++ b/draw.c Sun Feb 11 17:20:22 2007 +0100 @@ -90,7 +90,7 @@ dc.x += dc.w + 1; } dc.w = bmw; - drawtext(arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, dc.norm, False, False); + drawtext("", dc.norm, False, False); x = dc.x + dc.w; dc.w = textw(stext); dc.x = sw - dc.w;