dwm-meillo
diff draw.c @ 208:e4bfe46c7910
status box should have a border in my eyes
author | arg@10ksloc.org |
---|---|
date | Mon, 07 Aug 2006 09:47:13 +0200 |
parents | e848966a1ac6 |
children | c674a0baac63 |
line diff
1.1 --- a/draw.c Mon Aug 07 09:41:43 2006 +0200 1.2 +++ b/draw.c Mon Aug 07 09:47:13 2006 +0200 1.3 @@ -125,7 +125,7 @@ 1.4 x = dc.x + dc.w; 1.5 dc.w = textw(stext); 1.6 dc.x = bx + bw - dc.w; 1.7 - drawtext(stext, !istile, False); 1.8 + drawtext(stext, !istile, True); 1.9 if(sel && ((dc.w = dc.x - x) >= bh)) { 1.10 dc.x = x; 1.11 drawtext(sel->name, istile, True);